aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/remove.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/remove.rs')
-rw-r--r--crates/mozart/src/commands/remove.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/mozart/src/commands/remove.rs b/crates/mozart/src/commands/remove.rs
index 6d3b5e2..4808dd0 100644
--- a/crates/mozart/src/commands/remove.rs
+++ b/crates/mozart/src/commands/remove.rs
@@ -441,6 +441,7 @@ pub async fn execute(
download_only: false,
prefer_source: false,
},
+ console,
)
.await?;
}
@@ -582,6 +583,7 @@ async fn remove_unused(
download_only: false,
prefer_source: false,
},
+ console,
)
.await?;
}