mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix unit tests for externalModules
This commit is contained in:
@@ -204,7 +204,6 @@ function reinstallModules(moduleList) {
|
||||
if (settings.externalModules && settings.externalModules.hasOwnProperty('autoInstallRetry')) {
|
||||
installRetry = settings.externalModules.autoInstallRetry * 1000;
|
||||
}
|
||||
externalModules.autoInstallRetry
|
||||
for (var i=0;i<moduleList.length;i++) {
|
||||
if (moduleList[i].id != "node-red") {
|
||||
(function(mod) {
|
||||
|
Reference in New Issue
Block a user