mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02: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