From 4e833b605986c4581525d3ebc5ffe56210abb0fd Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 26 Jan 2021 21:57:58 -0500 Subject: [PATCH] process,doc: add missing deprecation code Refs: https://github.com/nodejs/node/pull/36902 PR-URL: https://github.com/nodejs/node/pull/37091 Reviewed-By: Zijian Liu Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen --- doc/api/deprecations.md | 2 +- lib/internal/bootstrap/node.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index ca1a0c6ba4b4ca..d5ab77879497df 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2711,7 +2711,7 @@ Type: Documentation-only. Prefer [`message.socket`][] over [`message.connection`][]. -### DEP0XXX: Changing the value of `process.config` +### DEP0150: Changing the value of `process.config`