diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-12-12 13:19:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 13:19:46 -0600 |
commit | 1907abb4c27857fe7f4e7394f32e130f9955a2e7 (patch) | |
tree | d60376bdedc8ac7537cec672ab0385c5e9ed5962 /test/functional/lua/iter_spec.lua | |
parent | 2c96f1c4f052540ad0ca5cb6f631088aa9114f9c (diff) | |
download | rneovim-1907abb4c27857fe7f4e7394f32e130f9955a2e7.tar.gz rneovim-1907abb4c27857fe7f4e7394f32e130f9955a2e7.tar.bz2 rneovim-1907abb4c27857fe7f4e7394f32e130f9955a2e7.zip |
fix(stream): do not close handle if it is already closing (#26537)
uv_close asserts that a handle is not already closing. We can guard
against this assertion failure by manually checking the handle's closing
status ourselves.
Diffstat (limited to 'test/functional/lua/iter_spec.lua')
0 files changed, 0 insertions, 0 deletions