From a67b73b9aee64d74dba52029b57c7d2b97b9e149 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 3 Oct 2019 00:39:38 +0200 Subject: doc: add missing deprecation code PR-URL: https://github.com/nodejs/node/pull/29820 Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Ruben Bridgewater Reviewed-By: Jiawen Geng --- lib/internal/bootstrap/pre_execution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/internal/bootstrap/pre_execution.js b/lib/internal/bootstrap/pre_execution.js index ba8fa39a16..174ffcd018 100644 --- a/lib/internal/bootstrap/pre_execution.js +++ b/lib/internal/bootstrap/pre_execution.js @@ -274,7 +274,7 @@ function initializeDeprecations() { process._tickCallback = deprecate(process._tickCallback, 'process._tickCallback() is deprecated', - 'DEP0XXX'); + 'DEP0134'); } // Create global.process and global.Buffer as getters so that we have a -- cgit v1.2.3