Skip to content

Commit

Permalink
error catch
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Sep 13, 2024
1 parent 61362b4 commit 99b6b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/remixdesktop/aftersign.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ exports.default = async function notarizing(context) {

} catch (error) {
console.error('Error during notarization:', error)
throw new Error('Error during notarization', error)
}

}
Expand Down

0 comments on commit 99b6b8c

Please sign in to comment.