Update yazi-scheduler/src/scheduler.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
三咲雅 misaki masa 2025-10-20 13:48:38 +08:00 committed by GitHub
parent 86665e788b
commit a8ca96a7c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -283,7 +283,7 @@ impl Scheduler {
for rx in wg {
if rx.await != Ok(false) {
return false; // Canceled
return false; // Canceled or error
}
}
true