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