We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ade26 commit 898e1ebCopy full SHA for 898e1eb
branchSequencer.ts
@@ -120,7 +120,7 @@ const getBoundariesInclInitialWithSipleBranchTraversal: GetBoundariesInclInitial
120
argsBase.currentBranch
121
).then((boundaries) =>
122
boundaries
123
- .filter((b) => !!b.branchEnd)
+ .filter((b) => !!b.branchEnd?.length)
124
.map(
125
(boundary): SimpleBranchAndCommit => ({
126
branchEndFullName: boundary.branchEnd!.map((x) => x.name()), // TS ok because of the filter
0 commit comments