mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(cache): path (#645)
This commit is contained in:
parent
5b4444f0d7
commit
8d73b9bccd
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ function M.lsmod(path)
|
|||
break
|
||||
end
|
||||
-- HACK: type is not always returned due to a bug in luv
|
||||
t = t or uv.fs_stat(path .. "/" .. name).type
|
||||
t = t or uv.fs_stat(path .. "/lua/" .. name).type
|
||||
---@type string
|
||||
local topname
|
||||
local ext = name:sub(-4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue