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

Align calls of buildExecutionContext #3293

Merged
merged 1 commit into from Oct 9, 2021
Merged

Commits on Oct 7, 2021

  1. Align calls of buildExecutionContext

    `buildExecutionContext` used to throw an error on failure, but was changed
    to return an array of errors (enabling the function to return multiple
    errors encountered during variable coercion).
    
    As the function is no longer designed to throw, it no longer needs to be
    wrapped in a try block when used within the `subscribe` function. This
    change aligns the use of `buildExecutionContext between the `subscribe`
    and `execute` functions.
    yaacovCR committed Oct 7, 2021
    Copy the full SHA
    4aeea8e View commit details
    Browse the repository at this point in the history