local ok, err = pcall(require, "main") if not ok then error("Error loading main: " .. err) end