From 3ab8e84feccb20563c6b5ad4c00b58c1f424288e Mon Sep 17 00:00:00 2001 From: Chris Badahdah Date: Sun, 22 Dec 2024 21:27:40 -0700 Subject: [PATCH] Fix `portal.console` for CLR --- src/portal/console.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portal/console.cljc b/src/portal/console.cljc index 9ad6a15c..8aca308c 100644 --- a/src/portal/console.cljc +++ b/src/portal/console.cljc @@ -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))]