We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b622c commit 20b9987Copy full SHA for 20b9987
doc/api/process.md
@@ -366,7 +366,7 @@ process.on('SIGTERM', handle);
366
```
367
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.
+ install a listener but doing so might interfere with the debugger.
370
* `SIGTERM` and `SIGINT` have default handlers on non-Windows platforms that
371
reset the terminal mode before exiting with code `128 + signal number`. If one
372
of these signals has a listener installed, its default behavior will be
0 commit comments