From 3a105d9b34b5cbad41b8ef1bb26987377f4a8421 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Wed, 9 Apr 2025 10:45:19 -0700 Subject: [PATCH] dump probe response headers Signed-off-by: Brian DeHamer --- dist/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index 40b5e22..2d7bbc4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -95869,6 +95869,7 @@ See the License for the specific language governing permissions and limitations under the License. */ const node_crypto_1 = __importDefault(__nccwpck_require__(77598)); +const proc_log_1 = __nccwpck_require__(6457); const constants_1 = __nccwpck_require__(90204); const credentials_1 = __nccwpck_require__(31855); const error_1 = __nccwpck_require__(34031); @@ -95909,6 +95910,7 @@ class RegistryClient { if (probeResponse.status === 200) { return; } + proc_log_1.log.http('fetch', `${probeResponse.status} ${JSON.stringify(probeResponse.headers.raw())}`); // If we still need to authenticate, we must have credentials const { username, password } = creds; if (!username || !password) {