Skip to content

Commit

Permalink
Marshall Main review: adjusted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Kimmel committed Apr 30, 2020
1 parent f964d77 commit f886b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/endpoint/common/generate_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export class EndpointDocGenerator {
for (let i = 0; i < ancestry.length; i++) {
yield ancestry[i];
}
// ancestry will always have at least 2 elements, and the last element will be the process associated with the alert
// ancestry will always have at least 2 elements, and the last element will be the alert
yield* this.descendantsTreeGenerator(
ancestry[ancestry.length - 1],
childGenerations,
Expand Down

0 comments on commit f886b71

Please sign in to comment.