Update init.lua

This commit is contained in:
Ashin Antony
2021-09-29 22:02:19 +05:30
committed by siduck76
parent e137fddf6e
commit 5db8d84515

View File

@@ -1,5 +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 core" .. "\n\n" .. err)
end end