Otherwise the backtraces are more confusing.
This commit is contained in:
parent
a8e07b738b
commit
e7fb1d0ce2
1 changed files with 4 additions and 1 deletions
|
|
@ -82,7 +82,10 @@
|
||||||
(make-exception
|
(make-exception
|
||||||
exn
|
exn
|
||||||
(make-knots-exception stack)))))
|
(make-knots-exception stack)))))
|
||||||
(fibers-promise-thunk fp)))
|
(lambda ()
|
||||||
|
(start-stack
|
||||||
|
#t
|
||||||
|
(fibers-promise-thunk fp)))))
|
||||||
#:unwind? #t))
|
#:unwind? #t))
|
||||||
(lambda vals
|
(lambda vals
|
||||||
(atomic-box-set! (fibers-promise-values-box fp)
|
(atomic-box-set! (fibers-promise-values-box fp)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue