feat(commit.ts): add support for aborting git push command if user chooses to do so
This commit is contained in:
@@ -100,6 +100,9 @@ ${chalk.grey('——————————————————')}`
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (stdout) outro(stdout);
|
if (stdout) outro(stdout);
|
||||||
|
} else {
|
||||||
|
outro('`git push` aborted');
|
||||||
|
process.exit(0);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const selectedRemote = (await select({
|
const selectedRemote = (await select({
|
||||||
|
|||||||
Reference in New Issue
Block a user