fix unwrap for an uncaught non-&serious condition
svn: r10686
This commit is contained in:
parent
9af966f378
commit
4df95e9da7
|
@ -95,11 +95,11 @@
|
||||||
;; Not &serious, so try to "continue":
|
;; Not &serious, so try to "continue":
|
||||||
(begin
|
(begin
|
||||||
((error-display-handler)
|
((error-display-handler)
|
||||||
(if (exn? exn)
|
(if (exn? base)
|
||||||
(exn-message exn)
|
(exn-message base)
|
||||||
(format "uncaught exception: ~s"
|
(format "uncaught exception: ~s"
|
||||||
exn))
|
base))
|
||||||
exn)
|
base)
|
||||||
;; If it's continuable, then continue
|
;; If it's continuable, then continue
|
||||||
;; by resuming the old continuation.
|
;; by resuming the old continuation.
|
||||||
;; (Otherwise, let the a handler-
|
;; (Otherwise, let the a handler-
|
||||||
|
|
Loading…
Reference in New Issue
Block a user