[TIMOB-16255] Show stack trace when hooks fail
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.2.0 |
Fix Version/s | n/a |
Components | CLI |
Labels | cb-tooling |
Reporter | Tony Lukasavage |
Assignee | Chris Barber |
Created | 2014-01-20T19:54:53.000+0000 |
Updated | 2017-07-26T04:02:22.000+0000 |
Description
When a hook passes back an error object in its
next()
call, it fails as expected, but there's no indication in the output about what actually caused the error. It would be very helpful to be able to see the content of the error that caused the failure, as well as any stack trace associated with it. If you don't want to dump the stack trace by default, adding a --stack
option would be good.
No comments