mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +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.