diff --git a/dist/index.js b/dist/index.js index 306688f..94f505e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -27481,8 +27481,8 @@ async function run() { try { const { stdout, stderr } = await execFilePromise(isccPath, [ - ...escapedOptions, scriptPath, + ...escapedOptions, ]); console.log(stdout); console.error(stderr);