mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-29 05:40:40 +00:00
fix: 🐛 Fix receiving
This commit is contained in:
parent
ec65811977
commit
a301fad617
@ -239,7 +239,7 @@ async fn install(args: InstallOpts) -> Result<()> {
|
||||
}
|
||||
|
||||
// Read the results of the install tasks as they complete.
|
||||
for _ in 0..installable_items - 1 {
|
||||
for _ in 0..installable_items {
|
||||
let names = rx.recv().await.unwrap();
|
||||
exports.extend(names);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user