| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d75543d commit ab42ef3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -638,7 +638,7 @@ will not terminate until it receives `EOF` (<kbd>Ctrl</kbd>+<kbd>D</kbd> on | |||
| 638 | 638 | Linux/macOS, <kbd>Ctrl</kbd>+<kbd>Z</kbd> followed by <kbd>Return</kbd> on | |
| 639 | 639 | Windows). | |
| 640 | 640 | If you want your application to exit without waiting for user input, you can | |
| 641 | - [`unref`][] the standard input stream: | ||
| 641 | + [`unref()`][] the standard input stream: | ||
| 642 | 642 | ||
| 643 | 643 | ```js | |
| 644 | 644 | process.stdin.unref(); | |
@@ -978,5 +978,5 @@ const { createInterface } = require('readline'); | |||
| 978 | 978 | [`process.stdin`]: process.md#process_process_stdin | |
| 979 | 979 | [`process.stdout`]: process.md#process_process_stdout | |
| 980 | 980 | [`rl.close()`]: #readline_rl_close | |
| 981 | + [`unref()`]: net.md#net_socket_unref | ||
| 981 | 982 | [reading files]: #readline_example_read_file_stream_line_by_line | |
| 982 | - [`unref`]: net.md#net_socket_unref | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments