We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set-refresh-dirs
1 parent beb3ed3 commit 0b30bf3Copy full SHA for 0b30bf3
test/global_test_setup.clj
@@ -3,7 +3,7 @@
3
4
(def set-refresh-dirs
5
(try
6
- (require '[refactor-nrepl.inlined-deps.toolsnamespace.v1v1v0.clojure.tools.namespace.repl :refer [set-refresh-dirs]])
+ (require '[refactor-nrepl.inlined-deps.toolsnamespace.v1v1v0.clojure.tools.namespace.repl])
7
@(resolve 'refactor-nrepl.inlined-deps.toolsnamespace.v1v1v0.clojure.tools.namespace.repl/set-refresh-dirs)
8
(catch Exception _
9
(require '[clojure.tools.namespace.repl])
0 commit comments