mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
chore(sign): stop terminating signing if it fails
This commit is contained in:
@@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user