Skip to content

Commit 8b4f210

Browse files
cjihrigBridgeAR
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 74a69ab commit 8b4f210

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
@@ -2508,8 +2508,8 @@ Type: Documentation-only
25082508
Prefer [`response.socket`][] over [`response.connection`] and
25092509
[`request.socket`][] over [`request.connection`].
25102510
2511-
<a id="DEP0XXX"></a>
2512-
### DEP0XXX: process._tickCallback
2511+
<a id="DEP0134"></a>
2512+
### DEP0134: process._tickCallback
25132513
<!-- YAML
25142514
changes:
25152515
- 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)