mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-10-31 08:11:10 +01:00 
			
		
		
		
	fixed type
This commit is contained in:
		
							parent
							
								
									0fd6051f52
								
							
						
					
					
						commit
						4e4c720cb0
					
				| @ -34,7 +34,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) { | |||||||
|                        .replace(/\[green\]/g,'\x1B[32m').replace(/\[clear\]/g, '\x1B[39m'); |                        .replace(/\[green\]/g,'\x1B[32m').replace(/\[clear\]/g, '\x1B[39m'); | ||||||
|       testResult = testResult.split("\n").map(function(line){ |       testResult = testResult.split("\n").map(function(line){ | ||||||
|         var newLine = "[" + testSettings.browserName + (testSettings.version === "" ? '' : (" " + testSettings.version)) + "] "; |         var newLine = "[" + testSettings.browserName + (testSettings.version === "" ? '' : (" " + testSettings.version)) + "] "; | ||||||
|       }.join("\n")); |       }).join("\n")); | ||||||
|        |        | ||||||
|       console.log(testResult); |       console.log(testResult); | ||||||
|       console.log("Remote sauce test '" + name + "' finished!"); |       console.log("Remote sauce test '" + name + "' finished!"); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user