mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Implemented RED.util.setMessageProperty
This commit is contained in:
parent
2cbf625483
commit
82490b0a58
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user