apache / cordova-coho

Apache Cordova coho
Apache License 2.0
33 stars 62 forks source link

fix(main): handle rejections, set error code #257

Closed raphinesse closed 4 years ago

raphinesse commented 4 years ago

Motivation and Context

Rejections were not handled, error code was not adjusted accordingly.

Description

Catch rejections in main print them and set exitCode to 1.

Testing

Manual