From eaefda7e3f37326a3f5b949a0b0a360413f5edf5 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Fri, 18 Mar 2022 17:32:36 -0400 Subject: [PATCH] Update index.js --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 3038e25..08c5243 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6523,6 +6523,7 @@ class DownloadHttpClient { // check if the extract parameter is true, which by default it will be, and if so determine if the file is decompressable and decompress it. // if extract parameter is set to be false, don't even check if its a compressed file, just download the file as-is const gunzip = isGzipped && extract ? true : false; + core.info(`Calling pipeResponseToFile with ${gunzip} as gunzip value and ${isGzipped} as izgzipped value`) yield this.pipeResponseToFile(response, destinationStream, gunzip); if (gunzip || isAllBytesReceived(response.message.headers['content-length'], yield utils_1.getFileSize(downloadPath))) { @@ -8656,4 +8657,4 @@ exports.getUploadSpecification = getUploadSpecification; /***/ }) -/******/ }); \ No newline at end of file +/******/ });