Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit e7aa792

Browse files
skeggseboneskull
authored andcommitted
Remove stdout: prefix
Fixes mochajs#2095, by disabling the `stdout:` prefix with the browser shim.
1 parent d2b6be0 commit e7aa792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-entry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Shim process.stdout.
88
*/
99

10-
process.stdout = require('browser-stdout')();
10+
process.stdout = require('browser-stdout')({level: false});
1111

1212
var Mocha = require('./lib/mocha');
1313

0 commit comments

Comments
 (0)