one more fix for progress bar
This commit is contained in:
parent
a5536ca3b8
commit
d83614ee67
@ -54,7 +54,7 @@ class Log {
|
||||
// it is auto-completed once it updates to 100
|
||||
// otherwise it outputs a blank line
|
||||
if (!this.bar.complete) {
|
||||
this.bar.terminate();
|
||||
this.bar.update(1);
|
||||
}
|
||||
delete this.bar;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user