Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
fix: always show one-shot progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
beryxz committed May 4, 2022
1 parent 7104cfa commit ab3be2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/progressbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class OneShotProgressBar {
clear: true,
total: 100
});
this.bar.tick(0); // show the progress bar instantly
}

complete() {
Expand Down

0 comments on commit ab3be2e

Please sign in to comment.