mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	tools: Move screenshot captured message to Python.
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							88c297dffe
						
					
				
				
					commit
					80e432b466
				
			| @@ -60,7 +60,6 @@ async function run() { | ||||
|         const imageDir = path.dirname(imagePath); | ||||
|         mkdirp.sync(imageDir); | ||||
|         await page.screenshot({ path: imagePath, clip: clip }); | ||||
|         console.log(`Screenshot captured to: \x1B[1;31m${imagePath}\n`); | ||||
|     } catch (e) { | ||||
|         console.log(e); | ||||
|         process.exit(1); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user