mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
fix: remove wrongful log entry from null-ls setup (#1341)
This commit is contained in:
parent
08c0dca307
commit
21b621c95a
1 changed files with 0 additions and 2 deletions
|
@ -13,11 +13,9 @@ local function find_root_dir()
|
|||
end
|
||||
|
||||
local function from_node_modules(command)
|
||||
local logger = require("core.log"):get_default()
|
||||
local root_dir = find_root_dir()
|
||||
|
||||
if not root_dir then
|
||||
logger.error(string.format("Unable to find the [%s] node module.", command))
|
||||
return nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue