You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exception is thrown in resultSelector function of forkJoin error is not propagated to subscriber.
I am not sure if it is normal behaviour or a bug?
When exception is thrown in resultSelector function of forkJoin error is not propagated to subscriber.
I am not sure if it is normal behaviour or a bug?
RxJS version:
5.5.6
Code to reproduce:
Expected behavior:
to catch the error and print : error!
Actual behavior:
node_modules/rxjs/Observable.js:165 throw sink.syncErrorValue;
Additional information:
The text was updated successfully, but these errors were encountered: