mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 03:21:18 +01:00
fixes #5921
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user