File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1358,11 +1358,10 @@ canceled the action, signal quit."
1358
1358
(equal host (plist-get ses-params :host ))))))
1359
1359
(sesman-current-sessions 'CIDER '(project)))))
1360
1360
(when session
1361
- (unless (y-or-n-p
1362
- (concat
1363
- " A session with the same parameters already exists (" (car session) " ). "
1364
- " 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)." ))
1361
+ (when (y-or-n-p
1362
+ (concat
1363
+ " A session with the same connection parameters already exists (" (car session) " ). "
1364
+ " Do you want to connect a sibling REPL to it instead of creating a new session? " ))
1366
1365
(let ((debug-on-quit nil ))
1367
1366
(signal 'quit nil )))))
1368
1367
params)
You can’t perform that action at this time.
0 commit comments