mirror of
https://github.com/actions/cache.git
synced 2024-11-10 06:31:07 +07:00
console res
This commit is contained in:
parent
2ce8d02f04
commit
1239bf6914
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.
|
// an ITypedResponse<T> so it can be processed by the retry logic.
|
||||||
(error) => {
|
(error) => {
|
||||||
if (error instanceof http_client_1.HttpClientError) {
|
if (error instanceof http_client_1.HttpClientError) {
|
||||||
|
console.log(error);
|
||||||
return {
|
return {
|
||||||
statusCode: error.statusCode,
|
statusCode: error.statusCode,
|
||||||
result: null,
|
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.
|
// an ITypedResponse<T> so it can be processed by the retry logic.
|
||||||
(error) => {
|
(error) => {
|
||||||
if (error instanceof http_client_1.HttpClientError) {
|
if (error instanceof http_client_1.HttpClientError) {
|
||||||
|
console.log(error);
|
||||||
return {
|
return {
|
||||||
statusCode: error.statusCode,
|
statusCode: error.statusCode,
|
||||||
result: null,
|
result: null,
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -5,8 +5,8 @@
|
|||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": {
|
"@actions/cache": {
|
||||||
"version": "file:cache.tgz",
|
"version": "file:actions-cache-2.3.0.tgz",
|
||||||
"integrity": "sha512-3KKmMXpGLI/dU7+aO6V+CmWsZ5B8aP4Y+SIo14TtvxYHLxZejIinESpTxw2U88noW08uTEXZOyWpLhhQswn15g==",
|
"integrity": "sha512-6K816KLQeVesY/5MHI4pM1viBXhGDqcVom6sY3KX0nLQgKbvyp7wR8h9Y07rQDEKr7Gd6GfQFIy3fQZAf3hr5g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.6",
|
||||||
"@actions/exec": "^1.0.1",
|
"@actions/exec": "^1.0.1",
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"author": "GitHub",
|
"author": "GitHub",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": "file:cache.tgz",
|
"@actions/cache": "file:actions-cache-2.3.0.tgz",
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.6",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
"@actions/io": "^1.1.2"
|
"@actions/io": "^1.1.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user