1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red/nodes/core
juggledad 22b9df62d1 Using the ‘a msg per line’ the last line does not get msg.topic passed (#2352)
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.
2019-10-25 14:51:50 +01:00
..
common Ensure z property included in full message debug payload 2019-10-11 11:07:48 +01:00
function Fixup Change node use of node.done 2019-10-11 11:08:25 +01:00
network Merge pull request #2339 from bartbutenaers/master 2019-10-23 21:38:54 +01:00
parsers Fixed the code format of 70-CSV.js from Tab to Space. try again. 2019-10-22 00:24:10 +09:00
sequence Join node must clone group message before sending 2019-10-01 12:41:20 +01:00
storage Using the ‘a msg per line’ the last line does not get msg.topic passed (#2352) 2019-10-25 14:51:50 +01:00