diff options
Diffstat (limited to '')
-rw-r--r-- | lua/dep.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/dep.lua b/lua/dep.lua index 20be24f..0e25819 100644 --- a/lua/dep.lua +++ b/lua/dep.lua @@ -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() |