Skip to content

Commit

Permalink
[nop] Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 7, 2024
1 parent 7080ae5 commit de92261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/taoensso/encore.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit de92261

Please sign in to comment.