mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
use event end_line for discarding events below starting threshold
This commit is contained in:
@@ -116,7 +116,7 @@ function JobEventEngine ($q) {
|
|||||||
this.chain = this.chain
|
this.chain = this.chain
|
||||||
.then(() => {
|
.then(() => {
|
||||||
if (!this.isActive()) {
|
if (!this.isActive()) {
|
||||||
if (data.start_line < (this.lines.min)) {
|
if (data.end_line < (this.lines.min)) {
|
||||||
return $q.resolve();
|
return $q.resolve();
|
||||||
}
|
}
|
||||||
this.start();
|
this.start();
|
||||||
|
|||||||
Reference in New Issue
Block a user