8000 fix(Observable): forEach will no longer next values after an error · ReactiveX/rxjs@b4bad1f · GitHub
[go: up one dir, main page]

Skip 8000 to content

Commit b4bad1f

Browse files
committed
fix(Observable): forEach will no longer next values after an error
1 parent cb6dd81 commit b4bad1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/Observable-spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ describe('Observable', () => {
132132
.catch(err => results.push(err))
133133
.then(
134134
() => {
135-
// Since the consuming code can no longer interfere with the synchronous
136-
// producer, the remaining results are nexted.
137135
expect(results).to.deep.equal([1, 2, 3, expected]);
138136
}
139137
).then(

0 commit comments

Comments
 (0)
0