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

Check if multierror is nil in WrappedErrors #50

Merged
merged 1 commit into from Mar 11, 2021
Merged

Check if multierror is nil in WrappedErrors #50

merged 1 commit into from Mar 11, 2021

Commits on Mar 11, 2021

  1. Check if multierror is nil in WrappedErrors

    This adds a check similar to `ErrorsOrNil` that ensures the multierror pointer is not nil before returning the Errors field. I believe this is fully backwards-compatible, because the former behavior is a runtime panic.
    sethvargo committed Mar 11, 2021
    Copy the full SHA
    0023bb0 View commit details
    Browse the repository at this point in the history