diff --git a/sign-win/sign-win.js b/sign-win/sign-win.js index e344f275..f91d5a2f 100644 --- a/sign-win/sign-win.js +++ b/sign-win/sign-win.js @@ -19,7 +19,7 @@ exports.default = async function (configuration) { console.log('@@ stdout', stdout) console.log('@@ stderr', stderr) } catch (error) { - console.error('@@ error', error) - process.exit(1) + console.error('@@ error catched', error) + throw error } }