Skip to content

Commit b8e69c9

Browse files
committed
don't open too many pipes
1 parent 8bbeb1d commit b8e69c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/neo-tree/git/init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ M.status_async = function(path, base, opts)
312312
stdin:shutdown()
313313
stdout:shutdown()
314314
stderr:shutdown()
315+
stdin:close()
316+
stdout:close()
317+
stderr:close()
315318

316319
local do_next_batch_later
317320
do_next_batch_later = function()

0 commit comments

Comments
 (0)