Commit f378256
stream: dont wait for next item in take when finished
PR-URL: #47132
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Erick Wendel <erick.workspace@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>1 parent 78ce8d3 commit f378256Copy full SHA for f378256
File tree
Expand file treeCollapse file tree
2 files changed
+27
-2
lines changedOpen diff view settings
Filter options
- lib/internal/streams
- test/parallel
Expand file treeCollapse file tree
2 files changed
+27
-2
lines changedOpen diff view settings
Collapse file
lib/internal/streams/operators.js
Copy file name to clipboardExpand all lines: lib/internal/streams/operators.js+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
409 | 409 | |
410 | 410 | |
411 | 411 | |
412 | | - |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
413 | 416 | |
414 | 417 | |
415 | 418 | |
|
Collapse file
test/parallel/test-stream-drop-take.js
Copy file name to clipboardExpand all lines: test/parallel/test-stream-drop-take.js+23-1Lines changed: 23 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
49 | 49 | |
50 | 50 | |
51 | 51 | |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
52 | 74 | |
53 | 75 | |
54 | 76 | |
|
0 commit comments