mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fixup merge
This commit is contained in:
		| @@ -25,7 +25,6 @@ var RED = (function() { | ||||
|             cache: false, | ||||
|             url: 'plugins', | ||||
|             success: function(data) { | ||||
|                 console.log(data); | ||||
|                 loader.reportProgress(RED._("event.loadPlugins"), 13) | ||||
|                 RED.i18n.loadPluginCatalogs(function() { | ||||
|                     loadPlugins(function() { | ||||
|   | ||||
| @@ -478,7 +478,6 @@ function addModule(module) { | ||||
|         return Promise.reject(e); | ||||
|     } | ||||
|     try { | ||||
| <<<<<<< HEAD | ||||
|         var moduleFiles = {}; | ||||
|         var moduleStack = [module]; | ||||
|         while(moduleStack.length > 0) { | ||||
| @@ -502,10 +501,6 @@ function addModule(module) { | ||||
|             } | ||||
|         } | ||||
|         return loadNodeFiles(moduleFiles).then(() => module) | ||||
| ======= | ||||
|         var moduleFiles = localfilesystem.getModuleFiles(module); | ||||
|         return loadModuleFiles(moduleFiles); | ||||
| >>>>>>> Initial plugin runtime api implementation | ||||
|     } catch(err) { | ||||
|         return Promise.reject(err); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user