Skip to content

Commit db00220

Browse files
committed
TEMP
Signed-off-by: Kipras Melnikovas <[email protected]>
1 parent 1b6110d commit db00220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-stacked-rebase.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,8 @@ async function extendCommitsWithBranchEnds(
13651365
}
13661366
);
13671367

1368-
return commits.map(extend);
1368+
const e = commits.map(extend);
1369+
return e;
13691370
}
13701371

13711372
noop(getCommitOfBranch);

0 commit comments

Comments
 (0)