Skip to content

Commit

Permalink
Clear progress bar at the end of the output
Browse files Browse the repository at this point in the history
  • Loading branch information
Barre committed Sep 16, 2024
1 parent 60388eb commit 5a07d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ where
}
}

pb.finish_with_message("Done");
pb.finish_and_clear();
Ok(())
}

Expand Down

0 comments on commit 5a07d95

Please sign in to comment.