mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -35,7 +35,11 @@ module.exports = function(RED) { | ||||
|                 } | ||||
|                 else { node.previous = {}; } | ||||
|             } | ||||
|             var value = RED.util.getMessageProperty(msg,node.property); | ||||
|             var value; | ||||
|             try { | ||||
|                 value = RED.util.getMessageProperty(msg,node.property); | ||||
|             } | ||||
|             catch(e) { } | ||||
|             if (value !== undefined) { | ||||
|                 var t = "_no_topic"; | ||||
|                 if (node.septopics) { t = topic || t; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user