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 6d14923 commit ad932acCopy full SHA for ad932ac
cider-connection.el
@@ -206,8 +206,7 @@ message in the REPL area."
206
(cond
207
((null middleware-version)
208
(cider-emit-manual-warning "troubleshooting/#cider-complains-of-the-cider-nrepl-version"
209
- "CIDER %s requires cider-nrepl to work normally. Please, install it!"
210
- cider-version cider-required-middleware-version middleware-version))
+ "CIDER requires cider-nrepl to be fully functional. Many things will not work without it!"))
211
((version<= middleware-version cider-required-middleware-version)
212
213
"CIDER %s requires cider-nrepl %s+, but you're currently using cider-nrepl %s. Things will break!"
0 commit comments