whoops
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user