mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	fix delay node name when using random setting
This commit is contained in:
		| @@ -103,7 +103,7 @@ | ||||
|               var units = this.rateUnits ? this.rateUnits.charAt(0) : "s"; | ||||
|               return this.name||"limit "+this.rate+" msg/"+ units; | ||||
|             } else if (this.pauseType == "random") { | ||||
|               return "random"; | ||||
|               return this.name || "random"; | ||||
|             } | ||||
|             return "foo"; | ||||
|         }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user