Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit a43aa48

Browse files
committed
fix(ci): accessing undefined variable
1 parent 2788e63 commit a43aa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/doom/utils/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ M.load_modules = function(module_path, modules)
153153
string.format("%s.%s", module_path, modules[i])
154154
)
155155
if not ok then
156-
log.error(
156+
require("doom.extras.logging").error(
157157
string.format(
158158
"There was an error loading the module '%s.%s'. Traceback:\n%s",
159159
module_path,

0 commit comments

Comments
 (0)