mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	Enable colored output for output logs
This commit is contained in:
		
							parent
							
								
									1f23ec5fb2
								
							
						
					
					
						commit
						1bd4300d1b
					
				| @ -430,7 +430,7 @@ const Run = function() { | ||||
|   }; | ||||
|   var firstLog = false; | ||||
|   var logHandler = function(vm, d) { | ||||
|     state.log += d.replace(/</g,'<').replace(/>/g,'>'); | ||||
|     state.log += ansi_up.ansi_to_html(d.replace(/</g,'<').replace(/>/g,'>')); | ||||
|     vm.$forceUpdate(); | ||||
|     if (!firstLog) { | ||||
|       firstLog = true; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user