Commit 75dbafc
repl: To exit, press ^C again or type .exit.
When the user hits `^C` in the REPL show more info about `.exit`.
The idea was to give more info to the user when they hit ^C.
Current version just displays `(^C again to quit)` and most
of the users are not aware of the `.exit` command that would
Exit the repl.
PR-URL: #3368
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 9cdceac commit 75dbafcCopy full SHA for 75dbafc
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- lib
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
355 | 355 | |
356 | 356 | |
357 | 357 | |
358 | | - |
| 358 | + |
359 | 359 | |
360 | 360 | |
361 | 361 | |
|
0 commit comments