We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7ea53 commit 1258863Copy full SHA for 1258863
packages/cli/src/commands/init-flow.ts
@@ -24,7 +24,7 @@ type ProjectTemplates = (typeof PROJECT_TEMPLATES)[number]["value"];
24
const exitIfCancelled = <Value>(value: Value | symbol): Value => {
25
if (isCancel(value)) {
26
cancel("Project initialization is cancelled");
27
- process.exit(0);
+ process.exit(1);
28
}
29
return value;
30
};
0 commit comments