mirror of
https://github.com/actions/cache.git
synced 2025-07-12 19:41:49 +02:00
console res
This commit is contained in:
1
dist/restore/index.js
vendored
1
dist/restore/index.js
vendored
@ -51558,6 +51558,7 @@ 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);
|
||||
return {
|
||||
statusCode: error.statusCode,
|
||||
result: null,
|
||||
|
1
dist/save/index.js
vendored
1
dist/save/index.js
vendored
@ -51561,6 +51561,7 @@ 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);
|
||||
return {
|
||||
statusCode: error.statusCode,
|
||||
result: null,
|
||||
|
Reference in New Issue
Block a user