diff --git a/init.lua b/init.lua index 0ff438b..13b4fe9 100644 --- a/init.lua +++ b/init.lua @@ -15,7 +15,7 @@ async = for i = 1, #chad_modules, 1 do local ok, res = xpcall(require, debug.traceback, chad_modules[i]) if not (ok) then - print("NvChad [E0]: There was an error loading the module '" .. chad_modules[i] .. "' -->") + print("Error loading module : " .. chad_modules[i]) print(res) -- print stack traceback of the error end end