mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update packages/node_modules/@node-red/runtime/lib/flows/Flow.js
This commit is contained in:
		| @@ -823,7 +823,6 @@ function deliverMessageToDestination(sendEvent) { | ||||
|         try { | ||||
|             sendEvent.destination.node.receive(sendEvent.msg); | ||||
|         } 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(err.stack) | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user