Skip to content

Commit

Permalink
Swallow error.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 11, 2024
1 parent 080fad7 commit 20053cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/commands/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ pub async fn install_all(session: &ProtoSession) -> AppResult {
if let Some(error) = maybe_error {
trace!("Shutting down currently running background tasks as an error has occurred");

mpb.clear().into_diagnostic()?;
let _ = mpb.clear();
drop(mpb);

set.shutdown().await;
Expand Down

0 comments on commit 20053cd

Please sign in to comment.