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 b9edc2d commit 96a50f2Copy full SHA for 96a50f2
test/functional/testNode.js
@@ -39,5 +39,8 @@ function dumpExceptionMultiLine() {
39
info("Exception properties:");
40
dumpExceptionMultiLine();
41
42
+var p = new printStackTrace.implementation();
43
+info("\nException mode: " + p.mode(lastException));
44
+
45
info("\nException stack trace:");
46
dumpStacktrace();
0 commit comments