Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit dc923c3

Browse files
committed
Revert back pipes parameters
1 parent cb3ed03 commit dc923c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/source/path.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ M.triggerFunction = function(_, _, _, manager)
9090
::continue::
9191
path = path..'/'
9292
M.items = {}
93-
local stdout = vim.loop.new_pipe(true)
94-
local stderr = vim.loop.new_pipe(true)
93+
local stdout = vim.loop.new_pipe(false)
94+
local stderr = vim.loop.new_pipe(false)
9595
local handle, pid
9696
print(path)
9797
handle, pid = vim.loop.spawn('find', {

0 commit comments

Comments
 (0)