We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c535c commit e1447acCopy full SHA for e1447ac
src/operator/catch.ts
@@ -39,6 +39,7 @@ class CatchSubscriber<T> extends Subscriber<T> {
39
private caught: Observable<any>) {
40
super(null);
41
this.lastSubscription = this;
42
+ this.destination.add(this);
43
}
44
45
_next(value: T) {
0 commit comments