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
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
..
editor-api Fixed jsdoc descriptions 2019-10-22 00:35:35 +09:00
editor-client Merge pull request #2340 from pdong/chore/update-to-jsonata-1.7 2019-10-25 10:25:22 +01:00
nodes Using the ‘a msg per line’ the last line does not get msg.topic passed (#2352) 2019-10-25 14:51:50 +01:00
registry Bump for 1.0.2 2019-10-14 13:17:48 +01:00
runtime Update packages/node_modules/@node-red/runtime/lib/nodes/Node.js 2019-10-17 07:42:11 -04:00
util Update node-red/util JSONata to 1.7.0 2019-10-19 14:33:13 -07:00