error catch

pull/5200/head
filip mertens 2 months ago
parent 61362b46f4
commit 99b6b8c240
  1. 1
      apps/remixdesktop/aftersign.js

@ -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)
}
}

Loading…
Cancel
Save