We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33794cf commit 361e834Copy full SHA for 361e834
lib/_patch/mocha-plugin.js
@@ -48,7 +48,7 @@
48
failures += 1;
49
50
if (err) {
51
- tracebacks.push(err);
+ tracebacks.push(stack(err));
52
}
53
});
54
0 commit comments