mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 11:48:38 +08:00 
			
		
		
		
	Add void return type
This commit is contained in:
		
							parent
							
								
									c48b49d8ee
								
							
						
					
					
						commit
						7831713a31
					
				|  | @ -77,7 +77,7 @@ export function getCacheState(): ArtifactCacheEntry | undefined { | |||
|     return undefined; | ||||
| } | ||||
| 
 | ||||
| export function logWarning(message: string) { | ||||
| export function logWarning(message: string): void { | ||||
|     const warningPrefix = "[warning]"; | ||||
|     core.info(`${warningPrefix}${message}`); | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Josh Gross
						Josh Gross