Skip to content

Commit

Permalink
Fix logging/warn
Browse files Browse the repository at this point in the history
Closes #59
  • Loading branch information
vemv committed Nov 24, 2023
1 parent d1f029f commit bfa9061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cider/enrich_classpath/logging.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
(println x))))

(defn warn [x]
(if lein?
(locking warn-lock
(locking warn-lock
(if lein?
(-> 'leiningen.core.main/warn ^IFn (resolve) (.invoke x))
(println x))))

0 comments on commit bfa9061

Please sign in to comment.