You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error("Failed to load 'main' module: " .. tostring(entry))
end
if type(entry) ~= "function" then
error("'main' module loaded, but entry point 'main' function was not found. Please define an entry point 'main' function in your 'main.lua' and return it at the end with 'return main'.")