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