Skip to content

Commit

Permalink
fix bad variable reference in a macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 4, 2020
1 parent c13ed70 commit 97a2b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/src/figwheel/client/utils.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
[obj feature]
`(try (and (cljs.core/exists? ~obj)
(cljs.core/exists? (goog.object/get ~obj ~feature)))
(catch :default _ false)))
(catch :default e# false)))

0 comments on commit 97a2b5d

Please sign in to comment.