Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print pretty error message when Result.Failure is thrown (Backport #3391
) (#3393) The new `.getOrThrow` API allows to short-circuit the result of a `Result`. This prints a correct error message when `Result.Failure` is thrown in a method returning `T`, instead of returned via a method returning `Result[T]`. Backport of pull request: #3391 Pull Request: #3393
- Loading branch information