From 76984bbb1fff1483814d757ea94514aeb5c29990 Mon Sep 17 00:00:00 2001 From: "bart@bartbes.ath.cx" Date: Tue, 16 Feb 2010 16:42:33 +0100 Subject: [PATCH] Errors are propagated to stdout again --- src/scripts/boot.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scripts/boot.lua b/src/scripts/boot.lua index 15608168f..457e07809 100644 --- a/src/scripts/boot.lua +++ b/src/scripts/boot.lua @@ -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.