From 20b9987bb204540d5f5a28269d506bed4c115572 Mon Sep 17 00:00:00 2001 From: willhayslett Date: Fri, 30 Mar 2018 16:49:57 -0500 Subject: [PATCH] doc: updated language around adding listens on SIGUSR1 Updated the doc/api/process.md documentation to reflect that listening on SIGUSR1 could impact the debugger. Fixes: https://github.com/nodejs/node/issues/19619 --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index f413748cfa6514..68bbe182049c5f 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -366,7 +366,7 @@ process.on('SIGTERM', handle); ``` * `SIGUSR1` is reserved by Node.js to start the [debugger][]. It's possible to - install a listener but doing so will _not_ stop the debugger from starting. + install a listener but doing so might interfere with the debugger. * `SIGTERM` and `SIGINT` have default handlers on non-Windows platforms that reset the terminal mode before exiting with code `128 + signal number`. If one of these signals has a listener installed, its default behavior will be