From f1ab837b0c312ccd81ec5114ca0cee69acf76060 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 9 Apr 2019 19:42:13 -0400 Subject: [PATCH] doc: assign missed deprecation code Refs: https://github.com/nodejs/node/pull/26982 PR-URL: https://github.com/nodejs/node/pull/27164 Reviewed-By: Vse Mozhet Byt Reviewed-By: Yongsheng Zhang --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 3e52fa57586705..13ad8efbad11b5 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2421,8 +2421,8 @@ also have an `index.js` file in the top level directory will resolve the `index.js` file. That is deprecated and is going to throw an error in future Node.js versions. - -### DEP0XXX: ChildProcess._channel + +### DEP0129: ChildProcess._channel