Skip to content

Commit

Permalink
fix(progress): only show one progress bar at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 13, 2023
1 parent 608d3f5 commit e36356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -194,7 +194,7 @@ impl Orogene {
filter
};

let ilayer = IndicatifLayer::new();
let ilayer = IndicatifLayer::new().with_max_progress_bars(1, None);
let builder = tracing_subscriber::registry();

if let Some(cache) = self.cache.as_deref() {
Expand Down

0 comments on commit e36356c

Please sign in to comment.