We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7407d16 commit 3a7aab8Copy full SHA for 3a7aab8
git-stacked-rebase.ts
@@ -458,6 +458,7 @@ export const gitStackedRebase = async (
458
if (options.editor instanceof Function) {
459
await options.editor({ filePath: pathToStackedRebaseTodoFile });
460
} else {
461
+ process.stdout.write("\nhint: Waiting for your editor to close the file... ");
462
execSyncInRepo(`${options.editor} ${pathToStackedRebaseTodoFile}`);
463
}
464
0 commit comments