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
1 changed files with 1 additions and 1 deletions

View File

@ -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