summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-10-19 10:12:16 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-10-19 10:12:16 +0200
commit9c48122b7edc064a394f395f559861070d90f6e3 (patch)
tree561196eec9337a77fa21f07f79742f18ff0f8e4e /cider.el
parent9f4335294db70f7ff1283e3115308ce0aca21175 (diff)
Improve the missing piggieback error message
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index cefac946..b5508209 100644
--- a/cider.el
+++ b/cider.el
@@ -657,7 +657,7 @@ Generally you should not disable this unless you run into some faulty check."
(defun cider-verify-piggieback-is-present ()
"Check whether the piggieback middleware is present."
(unless (cider-library-present-p "cider/piggieback")
- (user-error "Piggieback is not available. See https://docs.cider.mx/en/latest/clojurescript for details")))
+ (user-error "Piggieback 0.3.x (aka cider/piggieback) is not available. See https://docs.cider.mx/en/latest/clojurescript for details")))
(defun cider-check-nashorn-requirements ()
"Check whether we can start a Nashorn ClojureScript REPL."