File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -628,8 +628,9 @@ the best compatibility if it defines an `output.columns` property and emits
628
628
a ` 'resize' ` event on the ` output ` if or when the columns ever change
629
629
([ ` process.stdout ` ] [ ] does this automatically when it is a TTY).
630
630
631
- When creating a ` readline.Interface ` using ` stdin ` as input stream, the program
632
- will notterminate until it receives ` EOF ` (<kbd >Ctrl</kbd >+<kbd >D</kbd >).
631
+ When creating a ` readline.Interface ` using ` stdin ` as input, the program
632
+ will not terminate until it receives ` EOF ` (<kbd >Ctrl</kbd >+<kbd >D</kbd > on
633
+ Linux/MacOS CTRL-Z, <kbd >Ctrl</kbd >+<kbd >Z</kbd > followed by <kbd >return</kbd >).
633
634
If you want your application to exit without waiting for user input, you can
634
635
` unref ` the standard input:
635
636
You can’t perform that action at this time.
0 commit comments