1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 09:31:19 +01:00

[AUTO]Update CJS script

Files changed:
M	dist/index.js
This commit is contained in:
github-actions[bot]
2025-10-07 05:15:00 +00:00
parent 735a3166e0
commit 5461acb511

2
dist/index.js vendored
View File

@@ -27481,8 +27481,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);