fix(commands): failure to cancel commit creation
This commit is contained in:
@@ -177,6 +177,11 @@ program
|
|||||||
cancel("Commit creation cancelled");
|
cancel("Commit creation cancelled");
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!proceedCommitting) {
|
||||||
|
cancel("Cancelled, please split this commit into smaller ones");
|
||||||
|
process.exit(0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const type: string | symbol = await select({
|
const type: string | symbol = await select({
|
||||||
|
|||||||
Reference in New Issue
Block a user