mirror of
https://gitee.com/actions-mirror/cache.git
synced 2025-11-07 21:51:21 +08:00
Previously the message was like this: ``` Cache not found for input keys: ["xxx",""] ``` Note the empty entry at the end because `String.prototype.split` results in an array with one empty string if there was nothing to split. Now it looks like: ``` Cache not found for input keys: xxx ``` |
||
|---|---|---|
| .. | ||
| utils | ||
| cacheHttpClient.ts | ||
| constants.ts | ||
| contracts.d.ts | ||
| restore.ts | ||
| save.ts | ||