fixed missing error 'next' callback
This commit is contained in:
parent
0d5fcfd917
commit
4a32ae2060
|
@ -51,7 +51,7 @@
|
||||||
});
|
});
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
if (fnodeGroups.errors.length) {
|
if (fnodeGroups.errors.length) {
|
||||||
emitter.emit('errors', curpath, fnodeGroups.errors);
|
emitter.emit('errors', curpath, fnodeGroups.errors, noop);
|
||||||
}
|
}
|
||||||
TypeEmitter.emitNodeTypeGroups(emitter, curpath, fnodeGroups, function () {
|
TypeEmitter.emitNodeTypeGroups(emitter, curpath, fnodeGroups, function () {
|
||||||
var dirs = [];
|
var dirs = [];
|
||||||
|
|
Loading…
Reference in New Issue