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
25192519Prefer [`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
25252525changes:
25262526 - version: REPLACEME
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments