error catch

pull/5370/head
filip mertens 5 months ago
parent c420942b8a
commit c4cf77150d
  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