Skip to content

Commit

Permalink
red: revert shell pipe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeping committed Oct 25, 2023
1 parent 0343fff commit 4fdd17e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/lib/red/proc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,10 @@ local function piped(w, out, prog)
txt = txt:sub(257)
coroutine.yield(true)
end
--[[
if ret.fifo then
ret.fifo:close()
ret.fifo = nil
end
]]--
end)
end

Expand Down

0 comments on commit 4fdd17e

Please sign in to comment.