diff --git a/src/index.js b/src/index.js index 2e80249..3c5cc22 100644 --- a/src/index.js +++ b/src/index.js @@ -51,8 +51,8 @@ async function run() { try { const { stdout, stderr } = await execFilePromise(isccPath, [ - ...escapedOptions, scriptPath, + ...escapedOptions, ]); console.log(stdout); console.error(stderr);