mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/cache
				synced 2025-10-31 08:31:06 +08:00 
			
		
		
		
	Fix format
This commit is contained in:
		
							parent
							
								
									01229828ff
								
							
						
					
					
						commit
						e71876755e
					
				| @ -14,7 +14,9 @@ import * as utils from "./utils/actionUtils"; | ||||
| // throw an uncaught exception.  Instead of failing this action, just warn.
 | ||||
| process.on("uncaughtException", e => utils.logWarning(e.message)); | ||||
| 
 | ||||
| export async function saveImpl(stateProvider: IStateProvider): Promise<number | void> { | ||||
| export async function saveImpl( | ||||
|     stateProvider: IStateProvider | ||||
| ): Promise<number | void> { | ||||
|     let cacheId = -1; | ||||
|     try { | ||||
|         if (!utils.isCacheFeatureAvailable()) { | ||||
| @ -76,7 +78,9 @@ export async function saveImpl(stateProvider: IStateProvider): Promise<number | | ||||
|     return cacheId; | ||||
| } | ||||
| 
 | ||||
| export async function saveOnlyRun(earlyExit?: boolean | undefined): Promise<void> { | ||||
| export async function saveOnlyRun( | ||||
|     earlyExit?: boolean | undefined | ||||
| ): Promise<void> { | ||||
|     try { | ||||
|         const cacheId = await saveImpl(new NullStateProvider()); | ||||
|         if (cacheId === -1) { | ||||
| @ -118,4 +122,3 @@ export async function saveRun(earlyExit?: boolean | undefined): Promise<void> { | ||||
|         process.exit(0); | ||||
|     } | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tatyana Kostromskaya
						Tatyana Kostromskaya