[ci] format

This commit is contained in:
bluwy 2022-11-15 07:29:00 +00:00 committed by fredkbot
parent 505abfd643
commit 095de72a17

View file

@ -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);
}