mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +00:00
The abort came from using libuv tty handle on non-tty fd. Use uv_pipe_t in these cases. Also add simple test for this case.
The abort came from using libuv tty handle on non-tty fd. Use uv_pipe_t in these cases. Also add simple test for this case.