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 788ba58 commit f2faaf9Copy full SHA for f2faaf9
cider-client.el
@@ -329,7 +329,7 @@ to a still-undetermined bug in the state-stracker backend."
329
(unless cider--has-warned-about-bad-repl-type
330
(setq cider--has-warned-about-bad-repl-type t)
331
(read-key
332
- (concat "The ClojureScript REPL seems to be is misbehaving."
+ (concat "The ClojureScript REPL seems to be misbehaving."
333
(substitute-command-keys
334
"\nWe have applied a workaround, but please also file a bug report with `\\[cider-report-bug]'.")
335
"\nPress any key to continue.")))
0 commit comments