fix(notify): remove unused varargs, log file notice debug->info
This commit is contained in:
@@ -54,7 +54,7 @@ function M.setup(opts)
|
||||
if M.config.truncate then
|
||||
os.remove(M.path)
|
||||
end
|
||||
require("nvim-tree.notify").debug("nvim-tree.lua logging to " .. M.path)
|
||||
require("nvim-tree.notify").info("nvim-tree.lua logging to " .. M.path)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user