mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #3733 from node-red-hitachi/fix-debug-message-handling
fix handling of global debug message
This commit is contained in:
		@@ -252,6 +252,9 @@
 | 
			
		||||
                    if (pathParts.length === 1) {
 | 
			
		||||
                        // The source node is on a flow - so can use its id to find
 | 
			
		||||
                        sourceNode = RED.nodes.node(o.id);
 | 
			
		||||
                        if (pathParts[0] === "global") {
 | 
			
		||||
                            pathParts = [];
 | 
			
		||||
                        }
 | 
			
		||||
                    } else if (pathParts.length > 1) {
 | 
			
		||||
                        // Highlight the subflow instance node.
 | 
			
		||||
                        sourceNode = RED.nodes.node(pathParts[1]);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user