mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
fix(napi): ignore tsfn recv error (#20324)
Ref https://github.com/denoland/deno/issues/20072
This commit is contained in:
parent
d1490b1a88
commit
f174a4ee1e
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ impl TsFn {
|
|||
}
|
||||
|
||||
if is_blocking {
|
||||
rx.recv().unwrap();
|
||||
let _ = rx.recv();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue