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

Commit 727534a

Browse files
Bamiehoutsideris
authored andcommitted
level -> label (mochajs#3477)
As noted by @plroebuck `level` is not used, should be `label` instead. mochajs@37193a4#commitcomment-30530038
1 parent e6c67f7 commit 727534a

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')({level: false});
10+
process.stdout = require('browser-stdout')({label: false});
1111

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

0 commit comments

Comments
 (0)