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 ea852aa commit b429508Copy full SHA for b429508
cider.el
@@ -1360,8 +1360,9 @@ canceled the action, signal quit."
1360
(when session
1361
(unless (y-or-n-p
1362
(concat
1363
- "A session with the same parameters exists (" (car session) "). "
1364
- "You can connect a sibling instead. Proceed? "))
+ "A session with the same parameters already exists (" (car session) "). "
+ "You can connect a sibling REPL to it instead (recommended). "
1365
+ "Please, confirm the creation a new session (typing \"no\" will re-use the exising session)."))
1366
(let ((debug-on-quit nil))
1367
(signal 'quit nil)))))
1368
params)
0 commit comments