Skip to content

Commit

Permalink
Report cache entry path for duplicate entry save
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jun 6, 2022
1 parent 63bcd47 commit 9cd70b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export async function saveCache(cachePath: string[], cacheKey: string, listener:
if (error instanceof cache.ReserveCacheError) {
listener.markAlreadyExists(cacheKey)
}
handleCacheFailure(error, `Failed to save cache entry ${cacheKey}`)
handleCacheFailure(error, `Failed to save cache entry with path '${cachePath}' and key: ${cacheKey}`)
}
}

Expand Down

0 comments on commit 9cd70b5

Please sign in to comment.