Improve formatting for caching report

This commit is contained in:
Daz DeBoer 2021-10-30 07:39:21 -06:00
parent 75cec40e58
commit 6ca4d4ade2
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
3 changed files with 18 additions and 11 deletions

View file

@ -132,7 +132,7 @@ export abstract class AbstractCache {
}
const cacheKey = this.prepareCacheKey()
const entryReport = listener.entry(this.cacheName)
const entryReport = listener.entry(this.cacheDescription)
entryReport.markRequested(cacheKey.key, cacheKey.restoreKeys)
this.debug(