ui: comment

This commit is contained in:
Simon Michael 2018-10-17 07:25:56 -07:00
parent 2c2d10f9c2
commit 89a0c7a308

View File

@ -170,6 +170,8 @@ runBrickUi uopts@UIOpts{cliopts_=copts@CliOpts{inputopts_=_iopts,reportopts_=rop
, appDraw = \ui -> sDraw (aScreen ui) ui , appDraw = \ui -> sDraw (aScreen ui) ui
} }
-- print (length (show ui)) >> exitSuccess -- show any debug output to this point & quit
if not (watch_ uopts') if not (watch_ uopts')
then then
void $ defaultMain brickapp ui void $ defaultMain brickapp ui