mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-02 21:42:15 +08:00
chore(sign): stop terminating signing if it fails
This commit is contained in:
parent
9b2accb370
commit
8f46116e9a
@ -26,7 +26,6 @@ module.exports = function (sourcePath) {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("[Sign] Got error while signing " + e.output.toString("utf-8"));
|
console.error("[Sign] Got error while signing " + e.output.toString("utf-8"));
|
||||||
printSigningErrorLogs(sourcePath);
|
printSigningErrorLogs(sourcePath);
|
||||||
process.exit(2);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user