check for 'error' mode in a few more places
commit7057ac74eceac82a10ae01d6fe7cab0944184c73
authorKartik K. Agaram <vc@akkartik.com>
Mon, 13 Nov 2023 00:26:51 +0000 (12 16:26 -0800)
committerKartik K. Agaram <vc@akkartik.com>
Mon, 13 Nov 2023 00:31:12 +0000 (12 16:31 -0800)
tree50515b45c4ff55152e055707f8b31146a6a67776
parentd90dff328697f64677d49e7022fbc08de8d4d2a1
check for 'error' mode in a few more places

In particular, I want to be able to switch to 'error' mode rather than
throw a real error() on test failures, because that's a little more
responsive and might be recoverable. (On some Android devices the font
is slightly different, and tests fail as a result.)
main.lua