Skip to content

Commit b4fc4f2

Browse files
committed
fix test
1 parent bb4558c commit b4fc4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/plugin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ local await = require 'await'
66
local scope = require 'workspace.scope'
77
local ws = require 'workspace'
88
local fs = require 'bee.filesystem'
9-
require 'plugins'
109

1110
---@class plugin
1211
local m = {}
@@ -129,6 +128,7 @@ end
129128

130129
ws.watch(function (ev, uri)
131130
if ev == 'startReload' then
131+
require 'plugins'
132132
initPlugin(uri)
133133
end
134134
end)

0 commit comments

Comments
 (0)