mirror of
				https://gitea.com/actions/cache.git
				synced 2025-10-31 00:58:10 +07:00 
			
		
		
		
	Exit after run to prevent hanging if there are active listeners
This commit is contained in:
		
							parent
							
								
									eed9cfe64d
								
							
						
					
					
						commit
						0b0791e3bf
					
				
							
								
								
									
										52867
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										52867
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										52913
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										52913
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -60,6 +60,6 @@ async function run(): Promise<void> { | |||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| run(); | run().then(() => process.exit(0)); | ||||||
| 
 | 
 | ||||||
| export default run; | export default run; | ||||||
|  | |||||||
| @ -51,6 +51,6 @@ async function run(): Promise<void> { | |||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| run(); | run().then(() => process.exit(0)); | ||||||
| 
 | 
 | ||||||
| export default run; | export default run; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user