Commit d2a487e
Revert "stream: fix .end() error propagation"
This reverts commit 4c819d6.
PR-URL: #37060
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>1 parent 2680979 commit d2a487eCopy full SHA for d2a487e
File tree
Expand file treeCollapse file tree
2 files changed
+13
-62
lines changedOpen diff view settings
Filter options
- lib/internal/streams
- test/parallel
Expand file treeCollapse file tree
2 files changed
+13
-62
lines changedOpen diff view settings
Collapse file
lib/internal/streams/writable.js
Copy file name to clipboardExpand all lines: lib/internal/streams/writable.js+13-27Lines changed: 13 additions & 27 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
31 | 30 | |
32 | 31 | |
33 | 32 | |
| ||
291 | 290 | |
292 | 291 | |
293 | 292 | |
294 | | - |
295 | | - |
| 293 | + |
| 294 | + |
296 | 295 | |
297 | 296 | |
298 | 297 | |
| ||
334 | 333 | |
335 | 334 | |
336 | 335 | |
337 | | - |
338 | | - |
| 336 | + |
| 337 | + |
339 | 338 | |
340 | 339 | |
341 | | - |
342 | | - |
343 | | - |
344 | | - |
345 | | - |
| 340 | + |
346 | 341 | |
347 | 342 | |
348 | 343 | |
| ||
612 | 607 | |
613 | 608 | |
614 | 609 | |
615 | | - |
616 | | - |
617 | | - |
618 | | - |
619 | | - |
620 | | - |
621 | | - |
622 | | - |
| 610 | + |
| 611 | + |
623 | 612 | |
624 | 613 | |
625 | 614 | |
626 | 615 | |
627 | 616 | |
628 | 617 | |
629 | 618 | |
630 | | - |
631 | | - |
632 | | - |
633 | | - |
634 | | - |
635 | | - |
636 | | - |
637 | | - |
638 | | - |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
639 | 625 | |
640 | 626 | |
641 | 627 | |
|
Collapse file
test/parallel/test-stream-writable-end-cb-error.js
Copy file name to clipboardExpand all lines: test/parallel/test-stream-writable-end-cb-error.js-35Lines changed: 0 additions & 35 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
0 commit comments