mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
repl: add more information
This adds information about how to close the repl. PR-URL: https://github.com/nodejs/node/pull/26240 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
parent
8a273f1fd5
commit
ff64c6722f
3 changed files with 6 additions and 2 deletions
|
@ -45,7 +45,7 @@ function run({ input, output, event, checkTerminalCodes = true }) {
|
|||
const tests = [
|
||||
{
|
||||
input: '',
|
||||
output: '\n(To exit, press ^C again or type .exit)',
|
||||
output: '\n(To exit, press ^C again or ^D or type .exit)',
|
||||
event: { ctrl: true, name: 'c' }
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue