Commit 533afe8
lib: reduce amount of caught URL errors
PR-URL: #52658
Backport-PR-URL: #56927
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Lemire <daniel@lemire.me>
Refs: #526971 parent 34221a1 commit 533afe8Copy full SHA for 533afe8
File tree
Expand file treeCollapse file tree
4 files changed
+14
-18
lines changedOpen diff view settings
Filter options
- lib/internal
- modules/esm
- source_map
Expand file treeCollapse file tree
4 files changed
+14
-18
lines changedOpen diff view settings
Collapse file
lib/internal/modules/esm/hooks.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/hooks.js+2-6Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
43 | 43 | |
44 | 44 | |
| ||
471 | 471 | |
472 | 472 | |
473 | 473 | |
474 | | - |
475 | | - |
476 | | - |
477 | | - |
478 | | - |
| 474 | + |
479 | 475 | |
480 | 476 | |
481 | 477 | |
|
Collapse file
lib/internal/modules/esm/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/loader.js+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
39 | 38 | |
40 | 39 | |
41 | 40 | |
| ||
321 | 320 | |
322 | 321 | |
323 | 322 | |
324 | | - |
325 | | - |
| 323 | + |
| 324 | + |
| 325 | + |
326 | 326 | |
327 | 327 | |
328 | 328 | |
|
Collapse file
lib/internal/source_map/source_map_cache.js
Copy file name to clipboardExpand all lines: lib/internal/source_map/source_map_cache.js+7-8Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
43 | 43 | |
44 | 44 | |
45 | 45 | |
| ||
209 | 209 | |
210 | 210 | |
211 | 211 | |
212 | | - |
213 | | - |
| 212 | + |
| 213 | + |
| 214 | + |
214 | 215 | |
215 | 216 | |
216 | 217 | |
217 | 218 | |
218 | 219 | |
219 | 220 | |
220 | 221 | |
221 | | - |
222 | | - |
223 | | - |
224 | | - |
225 | | - |
226 | 222 | |
| 223 | + |
| 224 | + |
| 225 | + |
227 | 226 | |
228 | 227 | |
229 | 228 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1624 | 1624 | |
1625 | 1625 | |
1626 | 1626 | |
| 1627 | + |
1627 | 1628 | |
1628 | 1629 | |
1629 | 1630 | |
|
0 commit comments