Skip to content

Commit

Permalink
Undo unrelated windows build change
Browse files Browse the repository at this point in the history
  • Loading branch information
michelhe committed Dec 20, 2023
1 parent 3ecf437 commit 5d70e28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,7 @@ fn record_samples(pid: remoteprocess::Pid, config: &Config) -> Result<(), Error>
// The spinner on windows doesn't look great: was replaced by a [?] character at least on
// my system. Replace unicode spinners with just how many seconds have elapsed
#[cfg(windows)]
progress.set_style(
indicatif::ProgressStyle::default_spinner()
.template("[{elapsed}] {msg}")
.unwrap(),
);
progress.set_style(indicatif::ProgressStyle::default_spinner().template("[{elapsed}] {msg}"));
progress
}
};
Expand Down

0 comments on commit 5d70e28

Please sign in to comment.