mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 14:23:02 -07:00
6f3740bc3b
Fixes #16492 This patch checks if the editor command exists before calling spawnSync. Without this check, Node throws ENOENT when vim is not in PATH on Windows.