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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user