Skip to content

Commit

Permalink
Enable userland error printing for better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeoffrey committed Oct 10, 2024
1 parent 0b309c5 commit 736b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperfiddle/electric/impl/runtime3.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ T T T -> (EXPR T)
(try (f)
(catch #?(:clj Throwable :cljs :default) e
(let [clean-ex (clean-ex mt (ex-message e))]
;; (println (ex-message clean-ex))
(println `?swap-exception (ex-message clean-ex))
(throw clean-ex)))))

(defn invoke-with [mt]
Expand Down

0 comments on commit 736b279

Please sign in to comment.