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

Throwing an exception in onRunStart hook still lets run() execute #971

Closed
mattrjacobs opened this issue Nov 12, 2015 · 0 comments
Closed

Comments

@mattrjacobs
Copy link
Contributor

If the hook throws an exception, it should propagate the error to the caller as the execution result and not perform the work in the execution observable.

The current behavior returns the error thrown by the hook and performs the work in the execution observable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant