Skip to content

Commit

Permalink
(cli) - remove error code - process.exit(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Apr 9, 2023
1 parent 9d355af commit dabf610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-luna-app/src/commands/create-luna-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const command: GluegunCommand = {
// the program, the cursor will remain hidden
process.stdout.write('\x1B[?25h')
process.stdout.write('\n')
process.exit(1)
process.exit(0)
},
}

Expand Down

0 comments on commit dabf610

Please sign in to comment.