fixed the error message after the last merge

This commit is contained in:
bladerunner2020
2017-01-10 01:03:27 +03:00
parent 4e65412012
commit b8d880bb60

View File

@@ -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) {