mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
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++;
|
$scope.taskCount++;
|
||||||
}
|
}
|
||||||
buffer.push(data);
|
buffer.push(data);
|
||||||
processEvent(data);
|
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user