Update init.lua

This commit is contained in:
siduck76 2021-09-28 15:10:52 +05:30
parent 7cab4295ee
commit 92a9e13e7c

View file

@ -1,4 +1,5 @@
local ok, err = pcall(require, "core")
if not ok then
error("Error loading " .. module .. "\n\n" .. err)
end