mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix uncaught exception on deploy whilst node sending messages
This commit is contained in:
		| @@ -128,7 +128,7 @@ function setConfig(_config,type,muteLog) { | ||||
|  | ||||
| function getNode(id) { | ||||
|     var node; | ||||
|     if (activeNodesToFlow[id]) { | ||||
|     if (activeNodesToFlow[id] && activeFlows[activeNodesToFlow[id]]) { | ||||
|         return activeFlows[activeNodesToFlow[id]].getNode(id); | ||||
|     } | ||||
|     for (var flowId in activeFlows) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user