From a54eb92c7c41a58ad25a9faedc1ad5ffad42f810 Mon Sep 17 00:00:00 2001 From: Apple Date: Wed, 30 Mar 2022 18:29:58 +0530 Subject: [PATCH] console res --- dist/restore/index.js | 3 ++- dist/save/index.js | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dist/restore/index.js b/dist/restore/index.js index a444af0..4cecd81 100644 --- a/dist/restore/index.js +++ b/dist/restore/index.js @@ -51558,7 +51558,8 @@ function retryTypedResponse(name, method, maxAttempts = constants_1.DefaultRetry // an ITypedResponse so it can be processed by the retry logic. (error) => { if (error instanceof http_client_1.HttpClientError) { - console.log(error); + console.log("\n\nRESULT\n\n"); + console.log(error.result); return { statusCode: error.statusCode, result: null, diff --git a/dist/save/index.js b/dist/save/index.js index 9054305..a1b922a 100644 --- a/dist/save/index.js +++ b/dist/save/index.js @@ -51561,7 +51561,8 @@ function retryTypedResponse(name, method, maxAttempts = constants_1.DefaultRetry // an ITypedResponse so it can be processed by the retry logic. (error) => { if (error instanceof http_client_1.HttpClientError) { - console.log(error); + console.log("\n\nRESULT\n\n"); + console.log(error.result); return { statusCode: error.statusCode, result: null, diff --git a/package-lock.json b/package-lock.json index 693f7f4..e7f6b5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,8 +5,8 @@ "requires": true, "dependencies": { "@actions/cache": { - "version": "file:actions-cache-2.3.0.tgz", - "integrity": "sha512-6K816KLQeVesY/5MHI4pM1viBXhGDqcVom6sY3KX0nLQgKbvyp7wR8h9Y07rQDEKr7Gd6GfQFIy3fQZAf3hr5g==", + "version": "file:actions-cache-2.4.0.tgz", + "integrity": "sha512-AfWcypsHwZGDjm6J4nBVvhuggVpz9bkkn2qPCycowbInKTwMVZOTZFQS1CaxOjcoOdzbpzrUk0uCu426at5mbg==", "requires": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", diff --git a/package.json b/package.json index 6da9845..465a1f7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/cache": "file:actions-cache-2.3.0.tgz", + "@actions/cache": "file:actions-cache-2.4.0.tgz", "@actions/core": "^1.2.6", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.2"