Ver Fonte

Errors are propagated to stdout again

[email protected] há 15 anos atrás
pai
commit
76984bbb1f
1 ficheiros alterados com 3 adições e 1 exclusões
  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.