mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 21:37:43 +00:00
Problem: vim.uv.spawn will emit ENOENT for either when the cmd or cwd do not exist and does not tell you which. Solution: If an error occurs, check if cwd was supplied and included in the error message if it does not exist.