mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Implemented RED.util.setMessageProperty
This commit is contained in:
		@@ -87,7 +87,7 @@ module.exports = function(RED) {
 | 
			
		||||
                if (!property) return;
 | 
			
		||||
 | 
			
		||||
                try {
 | 
			
		||||
                    msg[property] = RED.util.evaluateNodeProperty(value, valueType, this, msg);
 | 
			
		||||
                    RED.util.setMessageProperty(msg,property,RED.util.evaluateNodeProperty(value, valueType, this, msg),true);
 | 
			
		||||
                } catch (err) {
 | 
			
		||||
                    errors.push(err);
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user