mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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.