nowsecure / node-applesign

NodeJS module and commandline utility for re-signing iOS applications (IPA files).
https://www.nowsecure.com
MIT License
420 stars 77 forks source link

Throw errors so API use can catch them #110

Closed dki closed 3 years ago

dki commented 3 years ago

Currently if an error is caught in signIPA it is not re-thrown. As a result, if someone is using the API they will not be able to catch and respond properly to errors - it will appear that the function succeeds (outside of the error being logged).