Closed mwbrooks closed 11 years ago
On an error, the should currently outputs the stringified copy of the Error object.
Error
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.
e.message
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.