since we use console.log here, switch the stream to process.stderr
This commit is contained in:
parent
0273f7f677
commit
c736d7cd96
@ -38,6 +38,7 @@ class Log {
|
||||
enableProgress (text) {
|
||||
assert(!this.bar);
|
||||
this.bar = new Progress(` ${text} [:bar] :percent`, {
|
||||
stream: process.stdout,
|
||||
width: 20,
|
||||
complete: '=',
|
||||
incomplete: ' ',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user