mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Merge pull request #155 from LetMeByte/—
Replace spinner horizontal character
This commit is contained in:
commit
c315f87f33
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