mirror of
https://github.com/zadam/trilium.git
synced 2025-10-08 14:42:29 +08:00
chore(nx/forge): report error when signing
This commit is contained in:
parent
2ccbc100ec
commit
d6c67b00e6
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ module.exports = function (filePath) {
|
||||||
try {
|
try {
|
||||||
child_process.execSync(command);
|
child_process.execSync(command);
|
||||||
} catch (e) {
|
} 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue