Commit 124a01d
lib: use full URL to GitHub issues in comments
Don't assume the reader of the code will know where to find the issue
tracker. Provide the full URL. This is especially important if the
issue tracker should move again.
PR-URL: #34686
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Mary Marchini <oss@mmarchini.me>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 77bbd73 commit 124a01dCopy full SHA for 124a01d
File tree
Expand file treeCollapse file tree
2 files changed
+8
-5
lines changedOpen diff view settings
Filter options
- lib/internal
Expand file treeCollapse file tree
2 files changed
+8
-5
lines changedOpen diff view settings
Collapse file
lib/internal/event_target.js
Copy file name to clipboardExpand all lines: lib/internal/event_target.js+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
201 | 201 | |
202 | 202 | |
203 | 203 | |
204 | | - |
| 204 | + |
| 205 | + |
205 | 206 | |
206 | 207 | |
207 | 208 | |
| ||
520 | 521 | |
521 | 522 | |
522 | 523 | |
523 | | - |
524 | | - |
| 524 | + |
| 525 | + |
525 | 526 | |
526 | 527 | |
527 | 528 | |
|
Collapse file
lib/internal/stream_base_commons.js
Copy file name to clipboardExpand all lines: lib/internal/stream_base_commons.js+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
204 | 204 | |
205 | 205 | |
206 | 206 | |
207 | | - |
| 207 | + |
| 208 | + |
208 | 209 | |
209 | 210 | |
210 | 211 | |
| ||
224 | 225 | |
225 | 226 | |
226 | 227 | |
227 | | - |
| 228 | + |
| 229 | + |
228 | 230 | |
229 | 231 | |
230 | 232 | |
|
0 commit comments