Skip to content

Commit c78d820

Browse files
committed
disable ffi builder for now
1 parent 4e2e282 commit c78d820

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/plugins/ffi/init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ files.watch(function (ev, uri)
367367
end)
368368

369369
ws.watch(function (ev, uri)
370+
-- TODO
371+
do return end
370372
if ev == 'startReload' then
371373
if config.get(uri, 'Lua.runtime.version') ~= 'LuaJIT' then
372374
return

0 commit comments

Comments
 (0)