Update init.lua
This commit is contained in:
parent
e137fddf6e
commit
5db8d84515
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -1,5 +1,5 @@
|
|||
local ok, err = pcall(require, "core")
|
||||
|
||||
if not ok then
|
||||
error("Error loading " .. module .. "\n\n" .. err)
|
||||
error("Error loading core" .. "\n\n" .. err)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue