mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-27 19:23:35 -05:00
only call processEvent within the buffer
This commit is contained in:
@@ -667,7 +667,6 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
|
||||
$scope.taskCount++;
|
||||
}
|
||||
buffer.push(data);
|
||||
processEvent(data);
|
||||
});
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user