From 8e0ac783cda5041066dbd87f72b0bd3d2f16397b Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Fri, 18 Mar 2022 18:28:45 -0400 Subject: [PATCH] Update index.js --- dist/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index c9ba15e..660e7ee 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6565,6 +6565,8 @@ class DownloadHttpClient { */ pipeResponseToFile(response, destinationStream, isGzip) { return __awaiter(this, void 0, void 0, function* () { + core.info(`Called with ${izGzip}`) + core.info(`Called with ${JSON.stringify(response)}`) yield new Promise((resolve, reject) => { if (isGzip) { const gunzip = zlib.createGunzip();