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 00cbbf6 commit 3eb6ffcCopy full SHA for 3eb6ffc
cider-client.el
@@ -69,7 +69,7 @@ A good alternative to the default is `cider-random-tip'."
69
"Ensure there is a cider connection present.
70
An error is signaled in the absence of a connection."
71
(unless (cider-connected-p)
72
- (error "No active nREPL connections")))
+ (user-error "`%s' needs an active nREPL connection" this-command)))
73
74
(defsubst cider--in-connection-buffer-p ()
75
"Return non-nil if current buffer is connected to a server."
0 commit comments