diff --git a/crates/ty/src/lib.rs b/crates/ty/src/lib.rs index e1bb4e1f10..66a85870b2 100644 --- a/crates/ty/src/lib.rs +++ b/crates/ty/src/lib.rs @@ -280,7 +280,7 @@ impl MainLoop { match salsa::Cancelled::catch(|| { db.check_with_reporter(&mut reporter); - reporter.bar.finish(); + reporter.bar.finish_and_clear(); reporter.collector.into_sorted(&db) }) { Ok(result) => {