Skip to content

Commit

Permalink
let progress stay when pruning is done
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr committed Nov 17, 2024
1 parent de8ebc9 commit af5a62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prune/delete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Step<PruneState> for Delete {
ctx.progress.update_for_files(&mut progress_bar);
}

progress_bar.finish_using_style();
progress_bar.abandon();

output.total_valid = ctx.progress.files.skipped();
output.total_valid_bytes = ctx.progress.bytes.skipped();
Expand Down

0 comments on commit af5a62d

Please sign in to comment.