Skip to content

Commit

Permalink
fix bad destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jan 31, 2019
1 parent c7cd3a1 commit 4dfe787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cljs/cljs/repl.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
[datafied-throwable]
(let [{:keys [via trace phase] :or {phase :execution}} datafied-throwable
{:keys [type message data]} (last via)
{::spec/keys [:problems :fn :cljs.spec.test.alpha/caller]} data
{:cljs.spec.alpha/keys [problems fn] :cljs.spec.test.alpha/keys [caller]} data
{:keys [:clojure.error/source] :as top-data} (:data (first via))]
(assoc
(case phase
Expand Down

0 comments on commit 4dfe787

Please sign in to comment.