We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InstallEvents
1 parent 3181be8 commit c353de0Copy full SHA for c353de0
src/dist/manifestation.rs
@@ -216,8 +216,8 @@ impl Manifestation {
216
tx = self.uninstall_component(component, &new_manifest, tx)?;
217
}
218
219
- info!("downloading component(s)");
220
let mut tx = if !components.is_empty() {
+ info!("downloading component(s)");
221
let mut stream = InstallEvents::new(components.into_iter(), Arc::new(self));
222
let mut transaction = Some(tx);
223
let tx = loop {
0 commit comments