Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-10-03 01:39:38 +0300
committerRich Trott <rtrott@gmail.com>2019-10-03 05:58:26 +0300
commita67b73b9aee64d74dba52029b57c7d2b97b9e149 (patch)
treea8a84d59a521f430a958e3121da1b6582a1bac12 /lib/internal/bootstrap
parent70c24441559422455a51b6c90876034475ac76c6 (diff)
doc: add missing deprecation code
PR-URL: https://github.com/nodejs/node/pull/29820 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'lib/internal/bootstrap')
-rw-r--r--lib/internal/bootstrap/pre_execution.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/bootstrap/pre_execution.js b/lib/internal/bootstrap/pre_execution.js
index ba8fa39a16e..174ffcd018f 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