Skip to content

Commit a67b73b

Browse files
cjihrigTrott
authored andcommitted
doc: add missing deprecation code
PR-URL: #29820 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent 70c2444 commit a67b73b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/deprecations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,8 +2519,8 @@ Type: Documentation-only
25192519
Prefer [`response.socket`][] over [`response.connection`] and
25202520
[`request.socket`][] over [`request.connection`].
25212521
2522-
<a id="DEP0XXX"></a>
2523-
### DEP0XXX: process._tickCallback
2522+
<a id="DEP0134"></a>
2523+
### DEP0134: process._tickCallback
25242524
<!-- YAML
25252525
changes:
25262526
- version: REPLACEME

lib/internal/bootstrap/pre_execution.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ function initializeDeprecations() {
274274

275275
process._tickCallback = deprecate(process._tickCallback,
276276
'process._tickCallback() is deprecated',
277-
'DEP0XXX');
277+
'DEP0134');
278278
}
279279

280280
// Create global.process and global.Buffer as getters so that we have a

0 commit comments

Comments
 (0)