Skip to content

Commit 8c26ecc

Browse files
committed
[test] Enable stdout/stderr logging by default in browser tests
1 parent c05d5fd commit 8c26ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser_reporting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Set this to true to have stdout and stderr sent back to the server
2-
var captureStdoutStderr = false;
2+
var captureStdoutStderr = true;
33

44
var hasModule = typeof Module === 'object' && Module;
55

0 commit comments

Comments
 (0)