feat(commit.ts): add support for aborting git push command if user chooses to do so

This commit is contained in:
di-sukharev
2023-03-30 15:00:46 +08:00
parent f5bcf58f7b
commit 52c396eb16
+3
View File
@@ -100,6 +100,9 @@ ${chalk.grey('——————————————————')}`
);
if (stdout) outro(stdout);
} else {
outro('`git push` aborted');
process.exit(0);
}
} else {
const selectedRemote = (await select({