diff --git a/src/nodely/data.clj b/src/nodely/data.clj index b96d338..0a6bf82 100644 --- a/src/nodely/data.clj +++ b/src/nodely/data.clj @@ -224,7 +224,7 @@ [env & body] `(with-error-handler ~env - (tuple-to-handler ~(with-try-expr body)))) + (#'tuple-to-handler ~(with-try-expr body)))) (s/defn get-value :- s/Any [env :- Env