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

Commit

Permalink
level -> label (mochajs#3477)
Browse files Browse the repository at this point in the history
As noted by @plroebuck `level` is not used, should be `label` instead.

mochajs@37193a4#commitcomment-30530038
  • Loading branch information
Bamieh authored and outsideris committed Oct 20, 2018
1 parent e6c67f7 commit 727534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Shim process.stdout.
*/

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

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

Expand Down

0 comments on commit 727534a

Please sign in to comment.