Skip to content

Commit 3dc04fc

Browse files
committed
ci:fix ffi test error
1 parent 7e895e9 commit 3dc04fc

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)