Skip to content

Commit 3ab8e84

Browse files
committed
Fix portal.console for CLR
1 parent cdabd7f commit 3ab8e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portal/console.cljc

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
file)
3131
*file*)))
3232

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

0 commit comments

Comments
 (0)