mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
add lables to daemon node
This commit is contained in:
@@ -46,7 +46,8 @@ module.exports = function(RED) {
|
||||
node.send([{payload:bits.shift()},null,null]);
|
||||
}
|
||||
line = bits[0];
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
if (data && (data.length !== 0)) {
|
||||
node.send([{payload:data},null,null]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user