mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 17:41:18 +01:00
Reorder arguments in execFilePromise call
This commit is contained in:
@@ -51,8 +51,8 @@ async function run() {
|
||||
|
||||
try {
|
||||
const { stdout, stderr } = await execFilePromise(isccPath, [
|
||||
...escapedOptions,
|
||||
scriptPath,
|
||||
...escapedOptions,
|
||||
]);
|
||||
console.log(stdout);
|
||||
console.error(stderr);
|
||||
|
||||
Reference in New Issue
Block a user