Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear out errors once we have handled them. (#464)
In particular, in the type-hash code we can handle a failure to encode or parse the type hash from the user data. Once we've handled it, and printed out an error about it, we should clear it because we are going to continue on and something else down the line might have an error. This will avoid errors like: This error state is being overwritten: <old message> with this new error message: <new message> Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information