mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Add a little comment
This commit is contained in:
parent
82a09fa140
commit
581c1e9193
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ impl EventStream {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// try_poll() already handles Interrupted, this is defensive.
|
||||||
Err(e) if e.kind() == io::ErrorKind::Interrupted => continue,
|
Err(e) if e.kind() == io::ErrorKind::Interrupted => continue,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
tx.send(Err(e)).ok();
|
tx.send(Err(e)).ok();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue