Fix infinite cargo check bug
This commit is contained in:
parent
1a3b507a00
commit
ddc5a3e567
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ fn loop_turn(
|
|||
}
|
||||
}
|
||||
vfs::loader::Message::Progress { n_entries_total, n_entries_done } => {
|
||||
if n_entries_done == n_entries_done {
|
||||
if n_entries_done == n_entries_total {
|
||||
loop_state.status = Status::Ready;
|
||||
became_ready = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue