Skip to content

Commit

Permalink
chore: add extra error log
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbl committed Jul 24, 2024
1 parent 80fadbc commit 5bb7f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/realms-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export class RealmsCache implements OnModuleInit {
this.runInitialCacheAllAccounts().catch((e) => {
this.initializationError = e;
this.logger.error('Error during initial caching', e);
this.logger.error(e);
});
}

Expand Down

0 comments on commit 5bb7f26

Please sign in to comment.