We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nil
1 parent 1fcf9cb commit e2cbdcbCopy full SHA for e2cbdcb
lua/null-ls/builtins/diagnostics/vacuum.lua
@@ -27,7 +27,7 @@ return h.make_builtin({
27
end,
28
on_output = function(params)
29
local diags = {}
30
- if params.output.resultSet.results == vim.NIL then
+ if params.output.resultSet.results == vim.NIL or params.output.resultSet.results == nil then
31
return diags
32
end
33
0 commit comments