Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 17, 2018
1 parent 668b541 commit 42005f3
Show file tree
Hide file tree
Showing 3 changed files with 5,786 additions and 4,929 deletions.
3 changes: 2 additions & 1 deletion lib/reporters/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ var isatty = tty.isatty(1) && tty.isatty(2);
*/

exports.useColors =
!process.browser && (supportsColor || process.env.MOCHA_COLORS !== undefined);
!process.browser &&
(supportsColor.stdout || process.env.MOCHA_COLORS !== undefined);

/**
* Inline diffs instead of +/-
Expand Down
Loading

0 comments on commit 42005f3

Please sign in to comment.