node-red/packages/node_modules/@node-red/nodes/core/storage
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
..
10-file.html fix file-in port labels for all 4 options 2019-09-20 21:57:19 +01:00
10-file.js Using the ‘a msg per line’ the last line does not get msg.topic passed (#2352) 2019-10-25 14:51:50 +01:00
23-watch.html Reorganise nodes into new categories 2019-08-21 14:23:23 +01:00
23-watch.js Reorganise nodes into new categories 2019-08-21 14:23:23 +01:00