fix: missing local
This commit is contained in:
parent
043678c7bb
commit
2cd12d01f8
@ -74,6 +74,7 @@ local function gen_ignore_check()
|
||||
|
||||
return function(path)
|
||||
idx = path:match(".+()%.%w+$")
|
||||
local ignore_extension
|
||||
if idx then
|
||||
ignore_extension = ignore_list['*'..string.sub(path, idx)]
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user