Merge pull request #391 from hindessm/remove-undefined-reference-to-node

Remove reference to undefined variable 'node'.
This commit is contained in:
Nick O'Leary 2014-09-08 20:38:00 +01:00
commit d30f1e639b
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ module.exports = function(RED) {
//}
});
obj.serial.on("disconnect",function() {
node.warn("Serial Port gone away.");
util.log("[serial] serial port "+port+" gone away");
});
}
setupSerial();