fixed missing error 'next' callback

This commit is contained in:
AJ ONeal 2011-02-04 00:56:30 -07:00
parent 0d5fcfd917
commit 4a32ae2060
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];