Skip to content

Commit

Permalink
more logging... doesn't seem to even *try* to open the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Sep 13, 2024
1 parent 1b44cda commit 7103a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/db/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,9 @@ export const Cache = new class $Cache {
if (this.db) throw new Error('database reopened')

try {
log.debug('cache: about to open')
await this.init()
log.debug('cache: opened')
}
catch (err) {
log.error('could not open cache:', err.message)
Expand Down

0 comments on commit 7103a2b

Please sign in to comment.