Make `debug' catch *all* exceptions
This commit is contained in:
parent
b5d4d54d45
commit
2285e1a340
|
@ -161,7 +161,7 @@
|
|||
|
||||
(lambda ()
|
||||
(parameterize ([current-debug-depth (add1 depth)])
|
||||
(with-handlers ([exn:fail? err])
|
||||
(with-handlers ([(lambda _ #t) err])
|
||||
(call-with-values thunk
|
||||
(match-lambda*
|
||||
[(list v)
|
||||
|
|
Loading…
Reference in New Issue
Block a user