mirror of
https://github.com/neovim/neovim.git
synced 2026-01-26 23:21:33 +10:00
os_proc_children returns 2 if there's a failure in the underlying syscall. Only shell out to pgrep in that case. It returns 1 if the pid isn't found. In that case, we can roll forward with returning an empty list.