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