mirror of
https://github.com/actions/cache.git
synced 2025-04-21 11:36:45 +00:00
console res
This commit is contained in:
parent
1239bf6914
commit
a54eb92c7c
4 changed files with 7 additions and 5 deletions
3
dist/restore/index.js
vendored
3
dist/restore/index.js
vendored
|
@ -51558,7 +51558,8 @@ function retryTypedResponse(name, method, maxAttempts = constants_1.DefaultRetry
|
|||
// an ITypedResponse<T> 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,
|
||||
|
|
3
dist/save/index.js
vendored
3
dist/save/index.js
vendored
|
@ -51561,7 +51561,8 @@ function retryTypedResponse(name, method, maxAttempts = constants_1.DefaultRetry
|
|||
// an ITypedResponse<T> 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue