Skip to content

Luajit ffi support #2104

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 18 commits into from
May 16, 2023
1 change: 1 addition & 0 deletions script/plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ end

ws.watch(function (ev, uri)
if ev == 'startReload' then
require 'plugins'
initPlugin(uri)
end
end)
Expand Down
Loading