Skip to content

Commit

Permalink
Move comment to correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
wederbn committed May 15, 2024
1 parent afd513b commit 8e1e7c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ function getXOREntryPoints(rootElement) {

if (flowElement.$type && flowElement.$type === "bpmn:SubProcess") {
console.log("Found subprocess ", flowElement);
Array.prototype.push.apply(entryPoints, getXOREntryPoints(flowElement));

// recursively call method to find optimization candidates
Array.prototype.push.apply(entryPoints, getXOREntryPoints(flowElement));
}
}

Expand Down

0 comments on commit 8e1e7c4

Please sign in to comment.