Skip to content

Commit

Permalink
fix(consola): use options.stderr (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjeeay authored and pi0 committed Dec 17, 2019
1 parent 23dc32e commit 774c673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consola.js
Expand Up @@ -12,7 +12,7 @@ class Consola {
this._defaults = options.defaults || {}
this._async = typeof options.async !== 'undefined' ? options.async : null
this._stdout = options.stdout
this._stderr = options.stdout
this._stderr = options.stderr
this._mockFn = options.mockFn
this._throttle = options.throttle || 2000

Expand Down

0 comments on commit 774c673

Please sign in to comment.