Skip to content

Commit 96a50f2

Browse files
Analysis of captured exception in node.js
1 parent b9edc2d commit 96a50f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/functional/testNode.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ function dumpExceptionMultiLine() {
3939
info("Exception properties:");
4040
dumpExceptionMultiLine();
4141

42+
var p = new printStackTrace.implementation();
43+
info("\nException mode: " + p.mode(lastException));
44+
4245
info("\nException stack trace:");
4346
dumpStacktrace();

0 commit comments

Comments
 (0)