changed "condition" to "exception" in debugger output.
This commit is contained in:
parent
d2cc4c65a3
commit
f495665f7d
|
@ -250,12 +250,12 @@
|
|||
(with-exception-handler
|
||||
(lambda (con)
|
||||
(define (help)
|
||||
(printf "Condition trapped by debugger.\n")
|
||||
(printf "Exception trapped by debugger.\n")
|
||||
(print-condition con)
|
||||
(printf "~a\n"
|
||||
(string-append
|
||||
"[t] Trace. "
|
||||
"[r] Reraise condition. "
|
||||
"[r] Reraise exception. "
|
||||
"[c] Continue. "
|
||||
"[q] Quit. "
|
||||
"[?] Help. ")))
|
||||
|
|
|
@ -1 +1 @@
|
|||
1808
|
||||
1809
|
||||
|
|
Loading…
Reference in New Issue