Skip to content

Commit 509171f

Browse files
committed
yarn format
1 parent d8c4b4d commit 509171f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/firestore/src/local/simple_db.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,10 @@ export class SimpleDb {
319319
try {
320320
this.databaseDeletedListener?.(clearSiteDataEvent[0]);
321321
} catch (e) {
322-
logError(`zzyzx this.databaseDeletedListener?.(clearSiteDataEvent[0]) threw`, e);
322+
logError(
323+
`zzyzx this.databaseDeletedListener?.(clearSiteDataEvent[0]) threw`,
324+
e
325+
);
323326
error = e;
324327
}
325328
}

0 commit comments

Comments
 (0)