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 69d6bcb commit 1f0e6c3Copy full SHA for 1f0e6c3
cider-connection.el
@@ -853,7 +853,7 @@ PARAMS is a plist as received by `cider-repl-create'."
853
(type (plist-get params :repl-type))
854
(scored-repls
855
(mapcar (lambda (b)
856
- (let ((bparams (cider--gather-connect-params nil b)))
+ (let ((bparams (ignore-errors (cider--gather-connect-params nil b))))
857
(when (eq type (plist-get bparams :repl-type))
858
(cons b (+
859
(if (equal proj-dir (plist-get bparams :project-dir)) 8 0)
0 commit comments