Skip to content

Commit

Permalink
Update lua/telescope/builtin/__lsp.lua
Browse files Browse the repository at this point in the history
Co-authored-by: James Trew <[email protected]>
  • Loading branch information
enriclluelles and jamestrew authored Jul 22, 2024
1 parent 47d3b4f commit d23f376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/builtin/__lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ local function list_or_jump_all(action, title, funname, params, opts)
for client_id, result_or_error in pairs(results_per_client) do
local error, result = result_or_error.error, result_or_error.result
if error then
vim.api.nvim_err_writeln("Error when executing " .. action .. " : " .. err.message)
vim.api.nvim_err_writeln("Error when executing " .. action .. " : " .. error.message)
return
end

Expand Down

0 comments on commit d23f376

Please sign in to comment.