From 5461acb5118cf9f9707d9dc654ac8a8d8c2cee89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Oct 2025 05:15:00 +0000 Subject: [PATCH] [AUTO]Update CJS script Files changed: M dist/index.js --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);