mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 14:28:18 +02:00
fix logging when plenary is not available (#1390)
This commit is contained in:
parent
cfefddde9e
commit
5b94e3cee2
11 changed files with 61 additions and 35 deletions
|
@ -30,7 +30,7 @@ function M.setup(filetype, options)
|
|||
|
||||
local ok, _ = pcall(require, "null-ls")
|
||||
if not ok then
|
||||
require("core.log"):get_default().error "Missing null-ls dependency"
|
||||
require("core.log"):error "Missing null-ls dependency"
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue