fix(loadFramework): call correct function after load

This commit is contained in:
Linden
2022-04-22 15:33:22 +10:00
parent d70fa5de82
commit 3443475cc0

View File

@@ -50,7 +50,7 @@ return function()
err(result, 0)
end
success, result = pcall(result)
success, result = pcall(success)
if not success then err(result) end