mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
unittests: Fix linter error
This commit is contained in:
parent
708a55ee15
commit
2d158dde02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user