[ci] format
This commit is contained in:
parent
505abfd643
commit
095de72a17
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ export async function main() {
|
|||
{ onCancel: () => ora().info(dim('Operation cancelled. See you later, astronaut!')) }
|
||||
);
|
||||
|
||||
if (!options.template || options.template === true) {
|
||||
if (!options.template || options.template === true) {
|
||||
ora().info(dim('No template provided. See you later, astronaut!'));
|
||||
process.exit(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue