mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-10-31 18:21:06 +08:00 
			
		
		
		
	Use \n instead of os.EOL
				
					
				
			Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7a37d78806
								
							
						
					
					
						commit
						6c31eb3fc7
					
				| @ -53,7 +53,7 @@ class PoetryCache extends CacheDistributor { | ||||
|       ); | ||||
|     } | ||||
| 
 | ||||
|     const lines = stdout.trim().split(os.EOL); | ||||
|     const lines = stdout.trim().split('\n'); | ||||
| 
 | ||||
|     const config: any = {}; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Patrick Arminio
						Patrick Arminio