mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +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.