mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 13:39:51 +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 {
|
||||
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);
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue