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 f085330 commit 6d14923Copy full SHA for 6d14923
cider-connection.el
@@ -202,7 +202,7 @@ Retrieve the underlying connection's CIDER-nREPL version and checks if the
202
middleware used is compatible with CIDER. If not, will display a warning
203
message in the REPL area."
204
(let* ((version-dict (nrepl-aux-info "cider-version" (cider-current-repl)))
205
- (middleware-version (nrepl-dict-get version-dict "version-string" "not installed")))
+ (middleware-version (nrepl-dict-get version-dict "version-string")))
206
(cond
207
((null middleware-version)
208
(cider-emit-manual-warning "troubleshooting/#cider-complains-of-the-cider-nrepl-version"
0 commit comments