Skip to content

Commit 5e3b444

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

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
@@ -1366,7 +1366,8 @@ async function extendCommitsWithBranchEnds(
13661366
}
13671367
);
13681368

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

13721373
noop(getCommitOfBranch);

0 commit comments

Comments
 (0)