fixed the error message after the last merge
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = function(RED) {
|
|||||||
msg.payload = values;
|
msg.payload = values;
|
||||||
node.send(msg);
|
node.send(msg);
|
||||||
}, function rejected(reason) {
|
}, function rejected(reason) {
|
||||||
node.error('Error executing cmd['+action+']: ' + JSON.stringify(reason));
|
node.error('Error executing cmd['+cmd+']: ' + JSON.stringify(reason));
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
function(err) {
|
function(err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user