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:
parent
995268c5df
commit
3ec07a9161
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user