Add missing #:unwind? #t

This commit is contained in:
Christopher Baines 2026-03-22 18:54:22 +00:00
parent b3fa4d069b
commit b451e04169

View file

@ -385,7 +385,8 @@ on the procedure being called at any particular time."
#f
"wrong number of values returned from handler, expecting 2, got ~A"
(length other)))
handler)))))))))))))))
handler))))))))))
#:unwind? #t)))))
(with-exception-handler
(lambda (exn)
(write-response-exception-handler exn request))