mirror of
https://kkgithub.com/actions/cache.git
synced 2025-11-06 22:21:50 +08:00
Fix lint issue, build .js files
This commit is contained in:
@ -137,7 +137,7 @@ export async function downloadCache(
|
||||
await pipeResponseToStream(downloadResponse, stream);
|
||||
|
||||
// Validate download size.
|
||||
var contentLengthHeader =
|
||||
const contentLengthHeader =
|
||||
downloadResponse.message.headers["content-length"];
|
||||
|
||||
if (contentLengthHeader) {
|
||||
|
||||
Reference in New Issue
Block a user