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

ChangeContext and ErrorHandler not being handled when wrapped in a Promise #17

Closed
afresquet opened this issue May 18, 2022 · 0 comments · Fixed by #18
Closed

ChangeContext and ErrorHandler not being handled when wrapped in a Promise #17

afresquet opened this issue May 18, 2022 · 0 comments · Fixed by #18
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@afresquet
Copy link
Owner

If we use .context or .catch on a Pipeline after piping some asynchronous function, the following function we pipe will receive a Promise with ChangeContext or ErrorHandler wrapped.

@afresquet afresquet added the bug Something isn't working label May 18, 2022
@afresquet afresquet added this to the 1.1.0 milestone May 18, 2022
@afresquet afresquet self-assigned this May 18, 2022
@afresquet afresquet modified the milestones: 1.1.0, 1.0.1 May 18, 2022
@afresquet afresquet added this to In progress in TypePipe May 18, 2022
@afresquet afresquet linked a pull request May 18, 2022 that will close this issue
@afresquet afresquet moved this from In progress to v1.1.0 in TypePipe May 18, 2022
@afresquet afresquet moved this from v1.1.0 to Done in TypePipe May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant