chore(sign): stop terminating signing if it fails

pull/1773/head
Elian Doran 2025-05-01 19:15:02 +07:00
parent 9b2accb370
commit 8f46116e9a
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

@ -26,7 +26,6 @@ module.exports = function (sourcePath) {
} catch (e) {
console.error("[Sign] Got error while signing " + e.output.toString("utf-8"));
printSigningErrorLogs(sourcePath);
process.exit(2);
}
}