style: debug

This commit is contained in:
Folke Lemaitre 2023-01-03 09:13:22 +01:00
parent e749e68b68
commit ff1e322b4f
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ function M.load(modkey, modpath)
end
entry.hash = hash
if M.debug and M.enabled then
if M.debug then
vim.schedule(function()
vim.notify("[cache:load] " .. modpath)
end)