Skip to content

Commit

Permalink
Don't touch ex-data
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Dec 7, 2023
1 parent 7627691 commit 5e211bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nextjournal/clerk/viewer.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,6 @@
:render-fn 'nextjournal.clerk.render/render-throwable
:pred (fn [e] (instance? #?(:clj Throwable :cljs js/Error) e))
:transform-fn (comp mark-presented (update-val (comp demunge-ex-data
#(update % :via (partial mapv (fn [via] (update-in via [:data :nextjournal.clerk/doc] dissoc :blob->result))))
datafy/datafy)))})

(def image-viewer
Expand Down

0 comments on commit 5e211bf

Please sign in to comment.