Skip to content

Commit ad932ac

Browse files
committed
Fix the message displayed when cider-nrepl is not present at all
1 parent 6d14923 commit ad932ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cider-connection.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ message in the REPL area."
206206
(cond
207207
((null middleware-version)
208208
(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))
209+
"CIDER requires cider-nrepl to be fully functional. Many things will not work without it!"))
211210
((version<= middleware-version cider-required-middleware-version)
212211
(cider-emit-manual-warning "troubleshooting/#cider-complains-of-the-cider-nrepl-version"
213212
"CIDER %s requires cider-nrepl %s+, but you're currently using cider-nrepl %s. Things will break!"

0 commit comments

Comments
 (0)