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:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user