Remove reference to undefined variable 'node'.

This commit is contained in:
Mark Hindess 2014-09-08 20:18:12 +01:00
parent 995268c5df
commit 3ec07a9161
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();