Skip to content

Commit e2db55d

Browse files
committed
Improve a warning message
1 parent 3d1ea25 commit e2db55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ In case `default-directory' is non-local we assume the command is available."
734734
"Clojure version (%s) is not supported (minimum %s). CIDER will not work."
735735
clojure-version cider-minimum-clojure-version))
736736
(cider-repl-manual-warning "installation/#prerequisites"
737-
"Clojure version information could not be determined. Requires a minimum version %s."
737+
"Can't determine Clojure's version. CIDER requires Clojure %s (or newer)."
738738
cider-minimum-clojure-version)))
739739

740740
(defun cider--check-middleware-compatibility ()

0 commit comments

Comments
 (0)