mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 05:48: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.