fix: ensure the col is wide enough for the console log
This commit is contained in:
		
							parent
							
								
									6ad5c94ca9
								
							
						
					
					
						commit
						2da060a403
					
				@ -332,7 +332,7 @@ async def build_logic(item: Item):
 | 
			
		||||
        stdout=asyncio.subprocess.PIPE,
 | 
			
		||||
        stderr=asyncio.subprocess.PIPE,
 | 
			
		||||
        cwd=folder_path,
 | 
			
		||||
        # env={**os.environ, "PYTHONUNBUFFERED": "1"}
 | 
			
		||||
        env={**os.environ, "COLUMNS": "10000"}
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    url = None
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user