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 --- 123slice.subx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to '123slice.subx') diff --git a/123slice.subx b/123slice.subx index 01c29290..3bd6e4d9 100644 --- a/123slice.subx +++ b/123slice.subx @@ -848,10 +848,7 @@ $write-slice:end: c3/return $write-slice:abort: - (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "write-slice: out of space" 3 0) # 3=cyan - { - eb/jump loop/disp8 - } + (abort "write-slice: out of space") # never gets here test-write-slice: @@ -970,10 +967,7 @@ $slice-to-string:end: c3/return $slice-to-string:abort: - (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "slice-to-string: out of space\n" 3 0) # 3=cyan - { - eb/jump loop/disp8 - } + (abort "slice-to-string: out of space") # never gets here test-slice-to-string: -- cgit 1.4.1-2-gfad0