Skip to content

Commit a902fcd

Browse files
authored
Merge pull request #2153 from fesily/ci-fix-ffi-error
ci:fix ffi test error
2 parents 7e895e9 + 3dc04fc commit a902fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/plugins/ffi/cdefRerence.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end
2020
return function ()
2121
local ffi_state
2222
for uri in files.eachFile() do
23-
if find(uri, "ffi.lua", 0, true) and find(uri, "lua-language-server", 0, true) then
23+
if find(uri, "ffi.lua", 0, true) and find(uri, "meta", 0, true) then
2424
ffi_state = files.getState(uri)
2525
break
2626
end

0 commit comments

Comments
 (0)