Pass tests

This commit is contained in:
Peter Jaszkowiak
2017-01-02 23:03:34 -07:00
parent ec544518e8
commit 11f7cc4163
5 changed files with 8 additions and 10 deletions

View File

@@ -352,9 +352,7 @@ var middleware;
}
callback(null, stats.isDirectory());
});
}, function (plugins) {
next(null, plugins);
});
}, next);
},
function (files, next) {