Skip to content

Commit ea48312

Browse files
authored
Merge pull request #2104 from fesily/luajit-ffi-support
Luajit ffi support
2 parents b422860 + 98cd528 commit ea48312

File tree

17 files changed

+3588
-0
lines changed

17 files changed

+3588
-0
lines changed

script/plugin.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ end
128128

129129
ws.watch(function (ev, uri)
130130
if ev == 'startReload' then
131+
require 'plugins'
131132
initPlugin(uri)
132133
end
133134
end)

0 commit comments

Comments
 (0)