diff --git a/prospect/endpoint.rkt b/prospect/endpoint.rkt index b92ac7d..6aa3fa0 100644 --- a/prospect/endpoint.rkt +++ b/prospect/endpoint.rkt @@ -115,7 +115,7 @@ (match-define (list e eid ep) task) (match ((handler-getter ep) e (endpoint-group-state g)) [#f (values cumulative-patch actions g idle?)] - [( exn ep-acs) (return (quit exn (filter action? (flatten ep-acs))))] + [( exn ep-acs) (return ( exn (filter action? (flatten ep-acs))))] [(transition new-state ep-acs) (define-values (cp acs next-g) (interpret-endpoint-actions cumulative-patch