| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e0c7d78 commit c1b83fc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -366,7 +366,7 @@ process.on('SIGTERM', handle); | |||
| 366 | 366 | ``` | |
| 367 | 367 | ||
| 368 | 368 | * `SIGUSR1` is reserved by Node.js to start the [debugger][]. It's possible to | |
| 369 | - install a listener but doing so will _not_ stop the debugger from starting. | ||
| 369 | + install a listener but doing so might interfere with the debugger. | ||
| 370 | 370 | * `SIGTERM` and `SIGINT` have default handlers on non-Windows platforms that | |
| 371 | 371 | reset the terminal mode before exiting with code `128 + signal number`. If one | |
| 372 | 372 | of these signals has a listener installed, its default behavior will be | |
| Back | FazBrowse Home | New Git URL |
0 commit comments