Skip to content

Commit

Permalink
fix: fix log message to reflect classname
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Apr 2, 2024
1 parent 2e692bc commit 0559c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class Cache {
await this.isCacheable();
const content = await this.getContent();

console.log(`[votes-report] File cache ready to be saved`);
console.log(`[${this.constructor.name}] File cache ready to be saved`);

this.storage.set(this.filename, content);
this.afterCreateCache();
Expand Down

0 comments on commit 0559c22

Please sign in to comment.