mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #459 from hindessm/fix-info-id-refactoring-bug
Fix refactoring error; rename info to id.
This commit is contained in:
		@@ -54,7 +54,7 @@ function init(_settings,storage) {
 | 
			
		||||
function checkTypeInUse(id) {
 | 
			
		||||
    var nodeInfo = registry.getNodeInfo(id);
 | 
			
		||||
    if (!nodeInfo) {
 | 
			
		||||
        throw new Error("Unrecognised id: "+info);
 | 
			
		||||
        throw new Error("Unrecognised id: "+id);
 | 
			
		||||
    }
 | 
			
		||||
    var inUse = {};
 | 
			
		||||
    flows.each(function(n) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user