mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Errors are propagated to stdout again
This commit is contained in:
@@ -754,8 +754,10 @@ end
|
||||
|
||||
function love.errhand(msg)
|
||||
|
||||
error_printer(msg)
|
||||
|
||||
if not love.graphics or not love.event or not love.graphics.isCreated() then
|
||||
return error_printer(msg)
|
||||
return
|
||||
end
|
||||
|
||||
-- Load.
|
||||
|
||||
Reference in New Issue
Block a user