Skip to content

Commit

Permalink
only enable emoji for osx - closes #405
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian McKenzie committed Sep 22, 2016
1 parent 36e14e5 commit 61c220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if (commander.json) {
Reporter = JSONReporter;
}
let reporter = new Reporter({
emoji: true,
emoji: process.stdout.isTTY && process.platform === 'darwin',
});
reporter.initPeakMemoryCounter();

Expand Down

0 comments on commit 61c220a

Please sign in to comment.