diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 1d29a76306e68a..b0edb731b02c94 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3171,10 +3171,14 @@ Use [`diagnostics_channel.subscribe(name, onMessage)`][] or [`diagnostics_channel.unsubscribe(name, onMessage)`][] which does the same thing instead. -### DEP0164: `process.exit([code])` coercion to integer +### DEP0164: `process.exit(code)`, `process.exitCode` coercion to integer