We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dac9a5 commit fe37a48Copy full SHA for fe37a48
scripts/notarize.cjs
@@ -46,6 +46,7 @@ exports.default = async function notarizing(context) {
46
console.error(" • Notarization failed:", error.message);
47
console.error(" • Stack trace:", error.stack);
48
await common.calcSha256()
49
+ throw new Error(`Notarization failed: ${error.message}`);
50
}
51
52
};
0 commit comments