diff --git a/doc/api/process.md b/doc/api/process.md index 9182d25219c92f..ab3e58679bf5e5 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -4059,6 +4059,10 @@ This property refers to the value of underlying file descriptor of `process.stderr`. The value is fixed at `2`. In [`Worker`][] threads, this field does not exist. +## `process.startTraceSigInt` + +Prints a stack trace on `SIGINT`. + ## `process.stdin` * {Stream} @@ -4168,6 +4172,10 @@ false See the [TTY][] documentation for more information. +## `process.stopTraceSigInt` + +Stop Printing a stack trace on `SIGINT`. + ## `process.throwDeprecation`