This commit is contained in:
Julian Lam
2017-09-08 11:12:31 -04:00
parent 9118323060
commit f7d78771f8

View File

@@ -196,7 +196,8 @@ function getScripts(pluginData, target, callback) {
}
var scripts = [];
async.each(input, function (filePath, next) {
async.eachSeries(input, function (filePath, next) {
console.log(filePath);
resolveModulePath(pluginData.path, filePath, function (err, modulePath) {
if (err) {
return next(err);