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

Commit

Permalink
Remove stdout: prefix
Browse files Browse the repository at this point in the history
Fixes mochajs#2095, by disabling the `stdout:` prefix with the browser shim.
  • Loading branch information
skeggse authored and boneskull committed Sep 27, 2017
1 parent d2b6be0 commit e7aa792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-entry.js
Expand Up @@ -7,7 +7,7 @@
* Shim process.stdout.
*/

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

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

Expand Down

0 comments on commit e7aa792

Please sign in to comment.