mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
fix: adjust error message for error in UI event callback (#28200)
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
This commit is contained in:
@@ -32,6 +32,7 @@ local dedent = helpers.dedent
|
||||
local tbl_map = vim.tbl_map
|
||||
local tbl_filter = vim.tbl_filter
|
||||
local endswith = vim.endswith
|
||||
local check_close = helpers.check_close
|
||||
|
||||
local testlog = 'Xtest-startupspec-log'
|
||||
|
||||
@@ -116,6 +117,7 @@ describe('startup', function()
|
||||
before_each(clear)
|
||||
|
||||
after_each(function()
|
||||
check_close()
|
||||
os.remove(testlog)
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user