Skip to content

Commit ef37649

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 8bf4857 commit ef37649

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
@@ -349,6 +349,7 @@ export const gitStackedRebase = async (
349349
if (options.editor instanceof Function) {
350350
await options.editor({ filePath: pathToStackedRebaseTodoFile });
351351
} else {
352+
process.stdout.write("\nhint: Waiting for your editor to close the file... ");
352353
execSyncInRepo(`${options.editor} ${pathToStackedRebaseTodoFile}`);
353354
}
354355
}

0 commit comments

Comments
 (0)