File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2519,8 +2519,8 @@ Type: Documentation-only
2519
2519
Prefer [`response.socket`][] over [`response.connection`] and
2520
2520
[`request.socket`][] over [`request.connection`].
2521
2521
2522
- <a id="DEP0XXX "></a>
2523
- ### DEP0XXX : process._tickCallback
2522
+ <a id="DEP0134 "></a>
2523
+ ### DEP0134 : process._tickCallback
2524
2524
<!-- YAML
2525
2525
changes:
2526
2526
- version: REPLACEME
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ function initializeDeprecations() {
274
274
275
275
process . _tickCallback = deprecate ( process . _tickCallback ,
276
276
'process._tickCallback() is deprecated' ,
277
- 'DEP0XXX ' ) ;
277
+ 'DEP0134 ' ) ;
278
278
}
279
279
280
280
// Create global.process and global.Buffer as getters so that we have a
You can’t perform that action at this time.
0 commit comments