mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update packages/node_modules/@node-red/runtime/lib/flows/Flow.js
This commit is contained in:
parent
79db4f8aa1
commit
742f05f59d
@ -823,7 +823,6 @@ function deliverMessageToDestination(sendEvent) {
|
|||||||
try {
|
try {
|
||||||
sendEvent.destination.node.receive(sendEvent.msg);
|
sendEvent.destination.node.receive(sendEvent.msg);
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
const info = `${sendEvent.destination.node?.id}`
|
|
||||||
Log.error(`Error delivering message to node:${sendEvent.destination.node._path} [${sendEvent.destination.node.type}]`)
|
Log.error(`Error delivering message to node:${sendEvent.destination.node._path} [${sendEvent.destination.node.type}]`)
|
||||||
Log.error(err.stack)
|
Log.error(err.stack)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user