Skip to content

Commit

Permalink
Fix portal.console for CLR
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue committed Dec 23, 2024
1 parent cdabd7f commit 3ab8e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portal/console.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
file)
*file*)))

#_{:clj-kondo/ignore #?(:clj [] :cljs [:unused-binding])}
#_{:clj-kondo/ignore #?(:cljs [:unused-binding] :default [])}
(defn ^:no-doc capture [level form expr env]
(let [{:keys [line column file]} (meta form)]
`(let [[flow# result#] (run (fn [] ~expr))]
Expand Down

0 comments on commit 3ab8e84

Please sign in to comment.