Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 6eac07a

Browse files
committed
logging full error information in test runner
1 parent d244f71 commit 6eac07a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/noderunner.js

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ function main() {
6969

7070
if (err !== true) {
7171
console.log(name, '-- FAILED', err.message);
72+
console.log(err.stack || err);
7273
failCount++;
7374
} else {
7475
console.log(name);

0 commit comments

Comments
 (0)