Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8b4f210

Browse filesBrowse files
cjihrigBridgeAR
authored andcommitted
doc: add missing deprecation code
PR-URL: #29820 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent 74a69ab commit 8b4f210
Copy full SHA for 8b4f210

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/deprecations.md‎

Copy file name to clipboardExpand all lines: doc/api/deprecations.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎lib/internal/bootstrap/pre_execution.js‎

Copy file name to clipboardExpand all lines: lib/internal/bootstrap/pre_execution.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.