node-red/packages/node_modules/@node-red/runtime/lib/nodes/flows
Nick O'Leary 95a51aafdc
Add path property to debug messages
Fixes #2358

This property can be used to identify the full path to the node that
logged a given message. If the node is inside a subflow (and maybe
nested many levels deep), this path can be used to help find the
node, rather than just the top-level subflow instance node.

A side-effect of this change is the Debug sidebar is now able to
show the message tools for a message coming from a deeply nested
subflow
2020-01-17 16:56:30 +00:00
..
Flow.js Add path property to debug messages 2020-01-17 16:56:30 +00:00
Subflow.js Add path property to debug messages 2020-01-17 16:56:30 +00:00
index.js Add node done API 2019-07-08 23:23:33 +01:00
util.js Ensure config._flow is non-enumerable so is ignored by JSON.stringify 2019-03-18 15:11:56 +00:00