Skip to content
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

Update to RxJS 5.0.0-alpha.6 #21

Merged
merged 4 commits into from
Oct 21, 2015
Merged

Update to RxJS 5.0.0-alpha.6 #21

merged 4 commits into from
Oct 21, 2015

Conversation

TylorS
Copy link
Member

@TylorS TylorS commented Oct 21, 2015

I had to add a try/catch statement to properly catch the error being throw when there is not a url string present in a reqOptions object. It looks ugly, is there another possible solution?

} catch (err) {
observer.error(err)
return () => {} // noop
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks actually like a proper solution IMO.

staltz added a commit that referenced this pull request Oct 21, 2015
Update to RxJS 5.0.0-alpha.6
@staltz staltz merged commit 80e5f69 into cyclejs:rxjsnext Oct 21, 2015
@staltz staltz mentioned this pull request Oct 23, 2015
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants