Skip to content

Commit

Permalink
fix: use basic reporter only for ci and test environments
Browse files Browse the repository at this point in the history
fixes windows platform issues
  • Loading branch information
pi0 committed Nov 8, 2018
1 parent 96f9df0 commit 33220e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (global.consola) {
module.exports = global.consola = new Consola({
level,
reporters: [
env.minimalCLI
(env.ci || env.test)
? new BasicReporter()
: new FancyReporter()
]
Expand Down

0 comments on commit 33220e4

Please sign in to comment.