Skip to content

Commit 4079cd3

Browse files
committed
explain why this was done
1 parent ffb1145 commit 4079cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export async function restoreCache(cacheHash: string) {
6161
core.warning(
6262
new Error("Failed to restore cache. Continuing without cache."),
6363
);
64+
// core.warning doesn't log error causes, so explicititly log the error
6465
core.warning(err as Error);
6566
}
6667
}

0 commit comments

Comments
 (0)