Fix lint issue, build .js files

This commit is contained in:
Dave Hadka 2020-04-22 18:35:16 -04:00
parent 8b2a57849f
commit 9bb13c71ec
3 changed files with 59 additions and 9 deletions

View file

@ -156,7 +156,7 @@ export async function downloadCache(
await pipeResponseToStream(downloadResponse, stream);
// Validate download size.
var contentLengthHeader =
const contentLengthHeader =
downloadResponse.message.headers["content-length"];
if (contentLengthHeader) {