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 @@ -2508,8 +2508,8 @@ Type: Documentation-only
25082508Prefer [`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
25142514changes:
25152515 - 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