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

fix(Observable): errors thrown during subscription are now properly s… #2313

Merged
merged 1 commit into from
Jan 29, 2017
Merged

fix(Observable): errors thrown during subscription are now properly s… #2313

merged 1 commit into from
Jan 29, 2017

Commits on Jan 29, 2017

  1. fix(Observable): errors thrown during subscription are now properly s…

    …ent down error channel
    
    - Fixes `Observable.create(fn)` and `new Observable(fn)` such that any error thrown in `fn` on subscription will be sent to the subscriber's error handler.
    - Fixes a subject test that was relying on the errant behavior.
    
    fixes #1833
    benlesh committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    49a947a View commit details
    Browse the repository at this point in the history