mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Also close Nvim instance before removing log file, otherwise the Nvim instance will still write to the log file. Also adjust log level in libuv_process_spawn(). Ref #27660