Use cache.description

This commit is contained in:
Daz DeBoer 2021-10-30 13:41:54 -06:00
parent 6ca4d4ade2
commit d785346c8c
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D

View file

@ -216,7 +216,7 @@ export abstract class AbstractCache {
const cachePath = this.getCachePath()
await this.saveCache(cachePath, cacheKey)
listener.entry(this.cacheName).markSaved(cacheKey)
listener.entry(this.cacheDescription).markSaved(cacheKey)
return
}