mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Update log.rs
This commit is contained in:
parent
758db86f2f
commit
656ce0b523
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ impl CliLogger {
|
|||
pb.set_style(
|
||||
ProgressStyle::with_template(":: {spinner} {msg}")
|
||||
.unwrap()
|
||||
.tick_strings(&["-", "\\", "|", "/", finish_str]),
|
||||
.tick_strings(&["—", "\\", "|", "/", finish_str]),
|
||||
);
|
||||
pb.enable_steady_tick(Duration::from_millis(200));
|
||||
pb.set_message(msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue