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