mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
async.apply -_-
This commit is contained in:
@@ -180,9 +180,7 @@ function build(targets, callback) {
|
||||
var startTime;
|
||||
var totalTime;
|
||||
async.series([
|
||||
function (next) {
|
||||
beforeBuild(targets, next);
|
||||
},
|
||||
async.apply(beforeBuild, targets),
|
||||
function (next) {
|
||||
var threads = parseInt(nconf.get('threads'), 10);
|
||||
if (threads) {
|
||||
|
||||
Reference in New Issue
Block a user