Skip to content

Commit 3a7aab8

Browse files
committed
print interactive rebase's hint that we're waiting the editor to close the file
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
1 parent 7407d16 commit 3a7aab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-stacked-rebase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ export const gitStackedRebase = async (
458458
if (options.editor instanceof Function) {
459459
await options.editor({ filePath: pathToStackedRebaseTodoFile });
460460
} else {
461+
process.stdout.write("\nhint: Waiting for your editor to close the file... ");
461462
execSyncInRepo(`${options.editor} ${pathToStackedRebaseTodoFile}`);
462463
}
463464
}

0 commit comments

Comments
 (0)