Skip to content

Commit c725427

Browse files
committed
log
1 parent 98b9e90 commit c725427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LayerCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class LayerCache {
161161
}
162162

163163
private async restoreRoot(restoreKeys?: string[]): Promise<string | undefined> {
164-
core.debug(`Trying to restore root cache, ID: ${this.getRootKey()}, dir: ${this.getUnpackedTarDir()}`)
164+
core.debug(`Trying to restore root cache: ${ JSON.stringify({ primaryKey: this.getRootKey(), restoreKeys, dir: this.getUnpackedTarDir() }) }`)
165165
const restoredCacheKeyMayUndefined = await cache.restoreCache([this.getUnpackedTarDir()], this.getRootKey(), restoreKeys)
166166
core.debug(`restoredCacheKeyMayUndefined: ${restoredCacheKeyMayUndefined}`)
167167
if (restoredCacheKeyMayUndefined === undefined) {

0 commit comments

Comments
 (0)