v1.18.x
Julian Lam 7 years ago
parent 9118323060
commit f7d78771f8

@ -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);

Loading…
Cancel
Save