You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen stack traces that'd shock your eyelids. Hundreds of lines long, these majestic beasts reign supreme over node.js reporter output, overfilling all but the most capacious terminal scrollback buffers.
Something ought to be done! But what?
A reporter option for turning off stack trace printing?
A reporter option for truncating stack traces to the top n lines?
A core Mocha option that drops or truncates stack traces before passing them to the reporter?
We hate adding options; change the default behavior to truncating stack traces to the top n lines?
Something else?
I'll make the PR if a maintainer can point me in the desired direction!
The text was updated successfully, but these errors were encountered:
I've seen stack traces that'd shock your eyelids. Hundreds of lines long, these majestic beasts reign supreme over node.js reporter output, overfilling all but the most capacious terminal scrollback buffers.
Something ought to be done! But what?
I'll make the PR if a maintainer can point me in the desired direction!
The text was updated successfully, but these errors were encountered: