We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8742d commit 9a54939Copy full SHA for 9a54939
lua/null-ls/rpc.lua
@@ -58,7 +58,7 @@ function M.start(dispatchers)
58
59
local send = function(result)
60
if callback then
61
- callback(nil, result or vim.NIL)
+ callback(nil, result)
62
end
63
64
0 commit comments