1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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();