mirror of
https://github.com/neovim/neovim.git
synced 2025-11-05 02:04:29 +00:00
unittests: Fix linter error
This commit is contained in:
@@ -704,7 +704,7 @@ local function gen_itp(it)
|
|||||||
itp_child(wr, func)
|
itp_child(wr, func)
|
||||||
else
|
else
|
||||||
sc.close(wr)
|
sc.close(wr)
|
||||||
saved_child_pid = child_pid
|
local saved_child_pid = child_pid
|
||||||
child_pid = nil
|
child_pid = nil
|
||||||
itp_parent(rd, saved_child_pid, allow_failure)
|
itp_parent(rd, saved_child_pid, allow_failure)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user