From de922612dc741ec51cd4d3389715af8cd70e24ef Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 7 Sep 2024 11:43:45 +0200 Subject: [PATCH] [nop] Housekeeping --- src/taoensso/encore.cljc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/taoensso/encore.cljc b/src/taoensso/encore.cljc index 3ce8fca3..bdd9acd4 100644 --- a/src/taoensso/encore.cljc +++ b/src/taoensso/encore.cljc @@ -1193,8 +1193,8 @@ file (if-not (:ns macro-env) - *file* ; Compiling clj - (or ; Compiling cljs + *file* ; Compiling Clj + (or ; Compiling Cljs (when-let [url (and file (catching (jio/resource file)))] (catching (.getPath (jio/file url))) (do (str url)))