1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 09:31:19 +01:00

Update main.js

This commit is contained in:
Minionguyjpro
2024-01-02 19:59:44 +01:00
committed by GitHub
parent cc824c3598
commit 3fb217a885

View File

@@ -10,7 +10,7 @@ const options = core.getInput('options')
const path = core.getInput('path')
// Importing the child_process module for executing shell commands
var exec = require('child_process').exec
const exec = require('child_process').exec
// Initializing an error variable
let error;