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 7ebea7b commit 1ed6c12Copy full SHA for 1ed6c12
packages/cli/src/command-helpers/prompt-manager.ts
@@ -59,7 +59,7 @@ export class PromptManager {
59
}
60
if (isCtrlC || this.currentStep === 0) {
61
process.stdout.write('\n');
62
- process.exit(0);
+ process.exit(1);
63
64
65
this.currentStep--;
0 commit comments