Skip to content

Commit 3b42415

Browse files
WIP
1 parent a4e5cfc commit 3b42415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/src/local/simple_db.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export class SimpleDbTransaction {
126126
// speed up index DB processing if the event loop remains blocks.
127127
const maybeV3IndexedDb = this.transaction as any;
128128
if (typeof maybeV3IndexedDb.commit === "function") {
129+
throw new Error("COMMITTED");
129130
maybeV3IndexedDb.commit();
130131
}
131132
}

0 commit comments

Comments
 (0)