mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
chore(nx/forge): report error when signing
This commit is contained in:
@@ -18,6 +18,7 @@ module.exports = function (filePath) {
|
||||
try {
|
||||
child_process.execSync(command);
|
||||
} catch (e) {
|
||||
console.error("[Sign]", e.output.toString("utf-8"));
|
||||
console.error("[Sign] Got error while signing " + e.output.toString("utf-8"));
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user