mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
chore(nx/forge): report error when signing
This commit is contained in:
parent
2ccbc100ec
commit
d6c67b00e6
@ -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…
x
Reference in New Issue
Block a user