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