]> gitweb.factorcode.org Git - factor.git/blob - extra/game/loop/prettyprint/prettyprint.factor
2be2ba9dec3f5d5f799016075f33751b99b6ffdb
[factor.git] / extra / game / loop / prettyprint / prettyprint.factor
1 ! Copyright (C) 2009 Joe Groff.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: accessors debugger game.loop io ;
4
5 M: game-loop-error-state error.
6     "An error occurred inside a game loop." print
7     "The game loop has been stopped to prevent runaway errors." print
8     "The error was:" print nl
9     error>> error. ;