mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
chore: log zod issues, not zod error
This commit is contained in:
parent
b50701ee2a
commit
b162e3ada1
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export class LocalStorageWithSchema<T> {
|
|||
|
||||
console.log(
|
||||
`Value from localStorage ${this.key} failed schema validation, migrating`,
|
||||
schemaParsed.error
|
||||
schemaParsed.error.issues
|
||||
);
|
||||
|
||||
let newValue = this.fallback;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue