since we use console.log here, switch the stream to process.stderr

This commit is contained in:
igor 2016-09-04 23:58:30 +03:00
parent 0273f7f677
commit c736d7cd96

View File

@ -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: ' ',