mirror of https://github.com/node-red/node-red.git
Merge pull request #317 from hindessm/fix-flows-missing-types-logic
Fix missing types logic.pull/318/head
commit
f4ffdce3d0
|
@ -34,11 +34,11 @@ events.on('type-registered',function(type) {
|
|||
if (i != -1) {
|
||||
missingTypes.splice(i,1);
|
||||
util.log("[red] Missing type registered: "+type);
|
||||
}
|
||||
if (missingTypes.length === 0) {
|
||||
parseConfig();
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue