Skip to content

Commit c1b83fc

Browse files
willhaysletttargos
authored andcommitted
doc: update to adding listens on SIGUSR1
Updated the doc/api/process.md documentation to reflect that listening on SIGUSR1 could impact the debugger. Fixes: #19619 PR-URL: #19709 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e0c7d78 commit c1b83fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ process.on('SIGTERM', handle);
366366
```
367367

368368
* `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.
370370
* `SIGTERM` and `SIGINT` have default handlers on non-Windows platforms that
371371
reset the terminal mode before exiting with code `128 + signal number`. If one
372372
of these signals has a listener installed, its default behavior will be

0 commit comments

Comments
 (0)