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

onErrorResumeNext allows function to be passed, but doesn't use it #4477

Closed
benlesh opened this issue Jan 18, 2019 · 2 comments
Closed

onErrorResumeNext allows function to be passed, but doesn't use it #4477

benlesh opened this issue Jan 18, 2019 · 2 comments
Labels
bug Confirmed bug TS Issues and PRs related purely to TypeScript issues

Comments

@benlesh
Copy link
Member

benlesh commented Jan 18, 2019

The type signature is incorrect here, it allows a function to be passed, but doesn't actually accept or use a mapping function of any sort.

Here is the line in question

@benlesh benlesh added bug Confirmed bug TS Issues and PRs related purely to TypeScript issues labels Jan 18, 2019
@Spetastian
Copy link
Contributor

Is this what you meant: #4603 ?

@BioPhoton
Copy link
Contributor

@benlesh as this issue is solved by PR #4603 we can close it.

@benlesh benlesh closed this as completed Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bug TS Issues and PRs related purely to TypeScript issues
Projects
None yet
Development

No branches or pull requests

3 participants