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