Skip to content

Commit fe37a48

Browse files
committed
feat: 0.7.0
1 parent 9dac9a5 commit fe37a48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/notarize.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ exports.default = async function notarizing(context) {
4646
console.error(" • Notarization failed:", error.message);
4747
console.error(" • Stack trace:", error.stack);
4848
await common.calcSha256()
49+
throw new Error(`Notarization failed: ${error.message}`);
4950
}
5051

5152
};

0 commit comments

Comments
 (0)