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)))