mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
22b9df62d1
When using the file-in node and ‘a msg per line’ the last line does not get msg.topic passed. In the .on(‘end’, function() { code (starting at line 334) the msg is created but no msg.topic is set. Adding topic:msg.topic, after line 343 (var m = { payload: spare,) fixes the issue. |
||
---|---|---|
.. | ||
node_modules |