Last round of prettier: npx prettier --write src/
This commit is contained in:
@@ -55,6 +55,8 @@ function _check_and_wipe(key: string, expected_version: number): void {
|
||||
} catch {
|
||||
// Corrupt JSON — wipe unconditionally.
|
||||
localStorage.removeItem(key);
|
||||
console.warn(`[store_versions] '${key}' wiped — corrupt JSON in localStorage`);
|
||||
console.warn(
|
||||
`[store_versions] '${key}' wiped — corrupt JSON in localStorage`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user