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 8bf4857 commit ef37649Copy full SHA for ef37649
git-stacked-rebase.ts
@@ -349,6 +349,7 @@ export const gitStackedRebase = async (
349
if (options.editor instanceof Function) {
350
await options.editor({ filePath: pathToStackedRebaseTodoFile });
351
} else {
352
+ process.stdout.write("\nhint: Waiting for your editor to close the file... ");
353
execSyncInRepo(`${options.editor} ${pathToStackedRebaseTodoFile}`);
354
}
355
0 commit comments