mirror of https://github.com/Hilbis/Hilbish
fix: remove use of old util document function
parent
8aa9f3cb3a
commit
a0a22d6e93
1
api.go
1
api.go
|
@ -165,7 +165,6 @@ func hilbishLoad(rtm *rt.Runtime) (rt.Value, func()) {
|
|||
mod.Set(rt.StringValue("version"), rt.TableValue(versionModule))
|
||||
|
||||
pluginModule := moduleLoader(rtm)
|
||||
util.Document(pluginModule, "")
|
||||
mod.Set(rt.StringValue("module"), rt.TableValue(pluginModule))
|
||||
|
||||
return rt.TableValue(fakeMod), nil
|
||||
|
|
Loading…
Reference in New Issue