Browse Source

Errors are propagated to stdout again

[email protected] 15 years ago
parent
commit
76984bbb1f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/scripts/boot.lua

+ 3 - 1
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.