summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cider.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider.el b/cider.el
index fb370b9b..2db276eb 100644
--- a/cider.el
+++ b/cider.el
@@ -502,8 +502,7 @@ own buffer."
(nrepl-start-server-process
project-dir cmd
(when cljs-too #'cider-create-sibling-cljs-repl)))))
- (message "The %s executable (specified by `cider-lein-command' or `cider-boot-command') isn't on your `exec-path'"
- command))))
+ (user-error "The %s executable isn't on your `exec-path'" command))))
;;;###autoload
(defun cider-jack-in-clojurescript (&optional prompt-project)