Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 3b4552b

Browse files
committed
Add console message
1 parent ad13da0 commit 3b4552b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/db-manager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class DBManager {
3232
if (db) {
3333
await db.close()
3434
delete _dbs[db.dbname];
35+
console.log(`Unloaded db ${db.dbname}`);
3536
}
3637
}
3738

0 commit comments

Comments
 (0)