Update log.rs

This commit is contained in:
LetMeByte 2023-02-22 17:35:53 +01:00 committed by GitHub
parent 758db86f2f
commit 656ce0b523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ impl CliLogger {
pb.set_style( pb.set_style(
ProgressStyle::with_template(":: {spinner} {msg}") ProgressStyle::with_template(":: {spinner} {msg}")
.unwrap() .unwrap()
.tick_strings(&["-", "\\", "|", "/", finish_str]), .tick_strings(&["", "\\", "|", "/", finish_str]),
); );
pb.enable_steady_tick(Duration::from_millis(200)); pb.enable_steady_tick(Duration::from_millis(200));
pb.set_message(msg); pb.set_message(msg);