This commit is contained in:
2024-07-25 10:27:12 -04:00
parent 3d20ae8d2a
commit d141c762c1

View File

@ -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()