[utils] Add extra logging on failure to load module

This commit is contained in:
2023-12-23 01:53:53 +01:00
parent ebb69cf87c
commit fc3bbdc91c
+1
View File
@@ -111,6 +111,7 @@ function M.try_require(module, err_title, on_success)
end
M.err(("Failed to load module %s"):format(module), err_title)
M.err(resp, err_title)
end
return M