We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c4b4d commit 509171fCopy full SHA for 509171f
packages/firestore/src/local/simple_db.ts
@@ -319,7 +319,10 @@ export class SimpleDb {
319
try {
320
this.databaseDeletedListener?.(clearSiteDataEvent[0]);
321
} catch (e) {
322
- logError(`zzyzx this.databaseDeletedListener?.(clearSiteDataEvent[0]) threw`, e);
+ logError(
323
+ `zzyzx this.databaseDeletedListener?.(clearSiteDataEvent[0]) threw`,
324
+ e
325
+ );
326
error = e;
327
}
328
0 commit comments