-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppress Waterfall.flow stack trace #26
Comments
👍 I think we need to unrecursify this. On Fri, Feb 28, 2014 at 5:04 PM, Andrew Nichols [email protected]
|
Perhaps. There's also this, which could make handling long stack traces easier: https://github.com/felixge/node-stack-trace |
99% of given use isn't on node though On Sun, Mar 9, 2014 at 2:41 PM, Andrew Nichols [email protected]
|
Ah, I see. Unrecursify it is then. |
Because it's async, every new test adds a level to the stack, so if test 57 fails, you see A LOT of "Waterfall.flow" in the stack trace. With multiple errors, it becomes really hard to find the actual error.
The text was updated successfully, but these errors were encountered: