fixed missing error 'next' callback

Bu işleme şunda yer alıyor:
AJ ONeal 2011-02-04 00:56:30 -07:00
ebeveyn 0d5fcfd917
işleme 4a32ae2060

Dosyayı Görüntüle

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