mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #2904 from node-red-hitachi/fix-exporting-config-node
fix exporting config node
This commit is contained in:
		| @@ -949,8 +949,8 @@ RED.nodes = (function() { | ||||
|                                     if (!(id in exportedConfigNodes)) { | ||||
|                                         exportedConfigNodes[id] = true; | ||||
|                                         set.push(confNode); | ||||
|                                         return true; | ||||
|                                     } | ||||
|                                     return true; | ||||
|                                 } | ||||
|                                 return false; | ||||
|                             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user