diff --git a/lua/lazy/core/cache.lua b/lua/lazy/core/cache.lua index c9313cd..22e09c3 100644 --- a/lua/lazy/core/cache.lua +++ b/lua/lazy/core/cache.lua @@ -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)