mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
fix(vim.system): close check handle (#24270)
Fix hang after running vim.system() with sanitizers.
This commit is contained in:
@@ -287,6 +287,7 @@ function M.run(cmd, opts, on_exit)
|
||||
end
|
||||
end
|
||||
check:stop()
|
||||
check:close()
|
||||
|
||||
state.done = true
|
||||
state.result = {
|
||||
|
Reference in New Issue
Block a user