mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[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!')) }
|
{ 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!'));
|
ora().info(dim('No template provided. See you later, astronaut!'));
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue