whoops
This commit is contained in:
@ -833,7 +833,7 @@ return setmetatable({
|
|||||||
if config["load"] and type(config["load"]) == "function" then
|
if config["load"] and type(config["load"]) == "function" then
|
||||||
local ok, ret = pcall(config["load"]())
|
local ok, ret = pcall(config["load"]())
|
||||||
if ok and type(ret) == "table" then
|
if ok and type(ret) == "table" then
|
||||||
register_recursive(ok)
|
register_recursive(ret)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
sort_dependencies()
|
sort_dependencies()
|
||||||
|
Reference in New Issue
Block a user