fix lint
This commit is contained in:
parent
8beb8b29fe
commit
22111e00bb
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user