You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tileindex-validate): log errors when validating presets fail (#1180)
#### Motivation
When validation fails the errors are logged as a `Error` object, by
default the logger does not seralize classes so it gets logged as
`"reason": {}` which is very unhelpful to know why something failed
#### Modification
When failing a validation check, log out the reason as a string, the
file that failed and the preset that was being checked at the time.
#### Verification
Added unit tests for the preset validation
0 commit comments