whoops
This commit is contained in:
parent
3d20ae8d2a
commit
d141c762c1
1 changed files with 1 additions and 1 deletions
|
|
@ -833,7 +833,7 @@ return setmetatable({
|
|||
if config["load"] and type(config["load"]) == "function" then
|
||||
local ok, ret = pcall(config["load"]())
|
||||
if ok and type(ret) == "table" then
|
||||
register_recursive(ok)
|
||||
register_recursive(ret)
|
||||
end
|
||||
end
|
||||
sort_dependencies()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue