diff --git a/pollen/core.rkt b/pollen/core.rkt index f09b197..60fbd70 100644 --- a/pollen/core.rkt +++ b/pollen/core.rkt @@ -122,8 +122,7 @@ [(_ COND . BODY) (with-syntax ([SPLICING-TAG (datum->syntax stx (setup:splicing-tag))]) #'(if COND - (with-handlers ([exn:fail? (λ (exn) (error (format "within when/splice, ~a" (exn-message exn))))]) - (SPLICING-TAG . BODY)) + (SPLICING-TAG . BODY) (SPLICING-TAG)))])) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index e019fc6..dba5a73 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1521332983 +1521333768