mirror of
https://github.com/neovim/neovim.git
synced 2026-02-28 22:28:26 +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.