mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 09:36:29 +00:00
fix: resolve all remaining LuaLS diagnostics
This commit is contained in:
committed by
Lewis Russell
parent
83479b95ab
commit
6aa42e8f92
@@ -470,7 +470,7 @@ local function trigger(bufnr, clients)
|
||||
local server_start_boundary --- @type integer?
|
||||
for client_id, response in pairs(responses) do
|
||||
if response.err then
|
||||
vim.notify_once(response.err.message, vim.log.levels.warn)
|
||||
vim.notify_once(response.err.message, vim.log.levels.WARN)
|
||||
end
|
||||
|
||||
local result = response.result
|
||||
|
||||
Reference in New Issue
Block a user