mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Update yazi-scheduler/src/scheduler.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
86665e788b
commit
a8ca96a7c4
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ impl Scheduler {
|
||||||
|
|
||||||
for rx in wg {
|
for rx in wg {
|
||||||
if rx.await != Ok(false) {
|
if rx.await != Ok(false) {
|
||||||
return false; // Canceled
|
return false; // Canceled or error
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
true
|
true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue