Skip to content

Commit

Permalink
fix: update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Apr 17, 2024
1 parent 0a81c83 commit a09c2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command-interface/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ export class CommandInterface implements CommandInterfaceServiceImplementation {
}
}
} catch (err) {
this.logger.error('Error flushing cache', { code: err.code, message: err.message, stack: err.stack });
response = err.message;
}
await this.commandTopic.emit('flushCacheResponse', {
Expand Down

0 comments on commit a09c2e7

Please sign in to comment.