This commit is contained in:
Igor Klopov 2017-04-27 19:16:59 -07:00
parent 8beb8b29fe
commit 22111e00bb

View File

@ -38,7 +38,7 @@ class Log {
enableProgress (text) {
assert(!this.bar);
text = text + ' '.repeat(28 - text.length);
text += ' '.repeat(28 - text.length);
this.bar = new Progress(` ${text} [:bar] :percent`, {
stream: process.stdout,
width: 20,