ESlint operator-assignment, block-scoped-var

This commit is contained in:
Peter Jaszkowiak
2017-02-18 14:20:58 -07:00
parent a0a50677da
commit 11cb3a9554
9 changed files with 17 additions and 12 deletions

View File

@@ -95,7 +95,7 @@ exports.processArray = function (array, process, options, callback) {
if (err) {
return next(err);
}
start = start + batch;
start += batch;
if (options.interval) {
setTimeout(next, options.interval);
} else {