From b43d320db8ccb0d0605fe88a96970c36cbb0e581 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sun, 10 Dec 2023 14:29:47 +0100 Subject: [PATCH] Update index.js --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 9160f72..42b1a66 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12,7 +12,7 @@ var exec = require('child_process').exec; if (process.platform === 'win32') { if (fs.existsSync(process.env.GITHUB_WORKSPACE)) { console.log(`Path used: "${workspacePath}\\${path}"`); - exec(`"%PROGRAMFILES(X86)%\\Inno Setup 6\\iscc.exe" ${options} "${workspacePath}\\${path}"`, function (error, stdout, stderr) { + exec(`"%PROGRAMFILES(X86)%\\Inno Setup 6\\iscc.exe" ${options} "${workspacePath}\\${path}"`, { stdio: 'ignore' }, function (error, stdout, stderr) { console.log(stdout); console.log(stderr); if (error) {