mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-11-04 06:19:11 +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,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -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",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue