We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249a3cb commit 3d7d7c9Copy full SHA for 3d7d7c9
src/dependency-caching.ts
@@ -181,7 +181,7 @@ export async function downloadDependencyCaches(
181
return status;
182
}
183
184
-/** Enumerates possible outcomes for cache hits. */
+/** Enumerates possible outcomes for storing caches. */
185
export enum CacheStoreResult {
186
/** We were unable to calculate a hash for the key. */
187
NoHash = "no-hash",
0 commit comments