mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #317 from hindessm/fix-flows-missing-types-logic
Fix missing types logic.
This commit is contained in:
commit
f4ffdce3d0
@ -34,9 +34,9 @@ events.on('type-registered',function(type) {
|
|||||||
if (i != -1) {
|
if (i != -1) {
|
||||||
missingTypes.splice(i,1);
|
missingTypes.splice(i,1);
|
||||||
util.log("[red] Missing type registered: "+type);
|
util.log("[red] Missing type registered: "+type);
|
||||||
}
|
if (missingTypes.length === 0) {
|
||||||
if (missingTypes.length === 0) {
|
parseConfig();
|
||||||
parseConfig();
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user