Add missing #:unwind? #t
This commit is contained in:
parent
b3fa4d069b
commit
b451e04169
1 changed files with 2 additions and 1 deletions
|
|
@ -385,7 +385,8 @@ on the procedure being called at any particular time."
|
||||||
#f
|
#f
|
||||||
"wrong number of values returned from handler, expecting 2, got ~A"
|
"wrong number of values returned from handler, expecting 2, got ~A"
|
||||||
(length other)))
|
(length other)))
|
||||||
handler)))))))))))))))
|
handler))))))))))
|
||||||
|
#:unwind? #t)))))
|
||||||
(with-exception-handler
|
(with-exception-handler
|
||||||
(lambda (exn)
|
(lambda (exn)
|
||||||
(write-response-exception-handler exn request))
|
(write-response-exception-handler exn request))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue