one more fix for progress bar

This commit is contained in:
igorklopov 2016-09-01 16:49:43 +03:00
parent a5536ca3b8
commit d83614ee67

View File

@ -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;
}