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.
1 parent af7d9e1 commit 0dcc5b0Copy full SHA for 0dcc5b0
cider-client.el
@@ -597,9 +597,9 @@ Sometimes the classpath contains entries like src/main and we need to
597
resolve those to absolute paths."
598
(when (cider-runtime-clojure-p)
599
(let ((classpath (thread-first "(seq (.split (System/getProperty \"java.class.path\") \":\"))"
600
- (cider-sync-tooling-eval)
601
- (nrepl-dict-get "value")
602
- read))
+ (cider-sync-tooling-eval)
+ (nrepl-dict-get "value")
+ read))
603
(project (clojure-project-dir)))
604
(mapcar (lambda (path) (cider--get-abs-path path project)) classpath))))
605
0 commit comments