From 281494175f45b7be7300531f98413863e977fa75 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 22 Aug 2022 13:46:28 -0400 Subject: [PATCH] test --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index f0db288..6d2ca52 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6396,6 +6396,7 @@ class DownloadHttpClient { return __awaiter(this, void 0, void 0, function* () { // the itemPath search parameter controls which containers will be returned const resourceUrl = new url_1.URL(containerUrl); + console.log("appending itempath of " + artifactName) resourceUrl.searchParams.append('itemPath', artifactName); // use the first client from the httpManager, `keep-alive` is not used so the connection will close immediately const client = this.downloadHttpManager.getClient(0);