Update index.js

This commit is contained in:
Austin Sasko 2022-03-18 18:38:09 -04:00 committed by GitHub
parent bfed9b9f35
commit b4f3704939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
dist/index.js vendored
View file

@ -6583,8 +6583,7 @@ class DownloadHttpClient {
})
.pipe(destinationStream)
.on('close', () => {
core.info(`Called with ${isGzip}`);
core.info(`Called with ${JSON.stringify(response)}`);
core.info(`Called with AN ${isGzip}`);
resolve();
})
.on('error', error => {
@ -6601,8 +6600,7 @@ class DownloadHttpClient {
})
.pipe(destinationStream)
.on('close', () => {
core.info(`Called with ${isGzip}`);
core.info(`Called with ${JSON.stringify(response)}`);
core.info(`Called wit NA ${isGzip}`);
resolve();
})
.on('error', error => {