Skip to content

Commit be1fcd5

Browse files
committed
simple_db.ts: include the event in the log message
1 parent 0e357ba commit be1fcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/local/simple_db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ export class SimpleDb {
418418
this.db.addEventListener(
419419
'close',
420420
event => {
421-
logDebug(`${this.logTag} close callback`);
421+
logDebug(`${this.logTag} close callback`, event);
422422
const db = event.target as IDBDatabase;
423423
this.lastClosedDbVersion = db.version;
424424
},

0 commit comments

Comments
 (0)