Improve exception reporting
This commit is contained in:
parent
ed4113af51
commit
21e328aebb
3 changed files with 50 additions and 58 deletions
|
@ -12,10 +12,11 @@
|
|||
(lambda (exn)
|
||||
exn)
|
||||
(lambda ()
|
||||
(with-throw-handler #t
|
||||
thunk
|
||||
(lambda _
|
||||
(backtrace)))
|
||||
(with-exception-handler
|
||||
(lambda (exn)
|
||||
(backtrace)
|
||||
(raise-exception exn))
|
||||
thunk)
|
||||
#t)
|
||||
#:unwind? #t))
|
||||
#:hz 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue