Skip to content

Commit f75db73

Browse files
committed
Fixed progress bar not updating with fetch-latest
1 parent bfad9ef commit f75db73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handlers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pub fn fetch_latest(count: u32) -> Vec<BuildOrder> {
3131
Ok(build_order) => {
3232
build_orders.push(build_order);
3333
increment += 1;
34+
pb.inc(1);
3435
}
3536
Err(e) => {
3637
if e.eq(&BuildOrderError::Cloaked) {

0 commit comments

Comments
 (0)