only call processEvent within the buffer

This commit is contained in:
John Mitchell 2017-02-23 14:57:02 -05:00
parent 05e1348ef9
commit 3fe444374b

View File

@ -667,7 +667,6 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
$scope.taskCount++;
}
buffer.push(data);
processEvent(data);
});
}));