mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 11:48:38 +08:00 
			
		
		
		
	Fix typo in error message
This commit is contained in:
		
							parent
							
								
									aae1376422
								
							
						
					
					
						commit
						cf335668c9
					
				|  | @ -72,7 +72,7 @@ export function resolvePath(filePath: string): string { | |||
|     if (filePath[0] === "~") { | ||||
|         const home = os.homedir(); | ||||
|         if (!home) { | ||||
|             throw new Error("Unable to resole `~` to HOME"); | ||||
|             throw new Error("Unable to resolve `~` to HOME"); | ||||
|         } | ||||
|         return path.join(home, filePath.slice(1)); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Winter Jung
						Winter Jung