phonegap / node-phonegap-build

PhoneGap Build node module to login, create, and build apps.
Apache License 2.0
25 stars 25 forks source link

Output cleaner error messages #21

Closed mwbrooks closed 11 years ago

mwbrooks commented 11 years ago

On an error, the should currently outputs the stringified copy of the Error object.

To clean up the output, it can output the e.message value. This does not diminish the quality of the error message, but enhances the readability.