mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
fix: type fixes
Type fixes caught by emmylua
This commit is contained in:
committed by
Lewis Russell
parent
4c333fdbb7
commit
3b6084ddf4
@@ -66,7 +66,7 @@ local indexed = {}
|
||||
--- @return uv.fs_stat.result?
|
||||
local function fs_stat_cached(path)
|
||||
if not fs_stat_cache then
|
||||
return uv.fs_stat(path)
|
||||
return (uv.fs_stat(path))
|
||||
end
|
||||
|
||||
if not fs_stat_cache[path] then
|
||||
|
||||
Reference in New Issue
Block a user