From 0e9503d739c1e4fcb1ec54ac4ee56d9cc157668e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 15 May 2021 00:15:24 -0700 Subject: print call stack on all low-level errors --- 112read-byte.subx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '112read-byte.subx') diff --git a/112read-byte.subx b/112read-byte.subx index 0c9af75b..1a18fc04 100644 --- a/112read-byte.subx +++ b/112read-byte.subx @@ -39,10 +39,7 @@ $read-byte:end: c3/return $read-byte:abort: - (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "read-byte: empty stream" 3 0) # 3=cyan - { - eb/jump loop/disp8 - } + (abort "read-byte: empty stream") # never gets here == data -- cgit 1.4.1-2-gfad0