mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
0d9abbb8b6
Specifically: * in the error case, set msg.filename to be the name of the file used (as is done in the non-error case), * in the error case, delete msg.payload so that subsequent nodes only need check for a msg.payload to act upon if they don't care about error cases, and * in the non-error case, delete msg.error to avoid passing through errors from earlier nodes to a subsequent node that does care about error cases Messages sent will now always have well-defined behaviour with respect to the payload, filename, and error in both error and non-error cases. |
||
---|---|---|
.. | ||
28-tail.html | ||
28-tail.js | ||
50-file.html | ||
50-file.js | ||
65-redisout.html | ||
65-redisout.js | ||
66-mongodb.html | ||
66-mongodb.js |