From 69e9183860632aca8ff82ed485f1df7e2c3741ff Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 22 Aug 2022 12:47: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 fe3bc6b..861a5ae 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4774,6 +4774,7 @@ class UploadHttpClient { } const data = JSON.stringify(parameters, null, 2); const artifactUrl = utils_1.getArtifactUrl(); + console.log("ARTI " + artifactUrl) // use the first client from the httpManager, `keep-alive` is not used so the connection will close immediately const client = this.uploadHttpManager.getClient(0); const headers = utils_1.getUploadHeaders('application/json', false);