Skip to content

Commit 24ade26

Browse files
committed
TEMP
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
1 parent f490b67 commit 24ade26

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
@@ -1457,7 +1457,8 @@ async function extendCommitsWithBranchEnds(
14571457
}
14581458
);
14591459

1460-
return commits.map(extend);
1460+
const e = commits.map(extend);
1461+
return e;
14611462
}
14621463

14631464
noop(getCommitOfBranch);

0 commit comments

Comments
 (0)