We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89f5d7 commit 184bf75Copy full SHA for 184bf75
1 file changed
lua/tabnine/binary.lua
@@ -89,6 +89,8 @@ function TabnineBinary:start()
89
}, function()
90
self.handle, self.pid = nil, nil
91
uv.read_stop(self.stdout)
92
+ uv.read_stop(self.stderr)
93
+ self.stdout, self.stderr, self.stdin = nil, nil, nil
94
end)
95
96
uv.read_start(
0 commit comments