-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors in Observable.create arg not caught #1833
Comments
@matthewwithanm hm, good catch. I think I can get a PR for this ready soon. |
hi! I can still reproduce this with the latest stable RxJS as of now (5.4.3). Is d4a9aac a breaking change targeted at 6.0 only or will this patch land in v5 at some point? |
@wbinnssmith I would expect this should go out in a patch release. @benlesh thoughts? I saw @jayphelps' PR went into master, so did it already go out? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
RxJS version:
5.0 beta 10
Code to reproduce:
Expected behavior:
> got it
Actual behavior:
Error: oops
Additional information:
Rx 4 exhibits the expected behavior here (catching the error and sending it to the observer).
cc @hansonw
The text was updated successfully, but these errors were encountered: