[ci] format
This commit is contained in:
parent
d9be7e36b8
commit
daa062cc3d
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ export async function main() {
|
|||
}
|
||||
|
||||
if (!cwd) {
|
||||
ora().info(dim('No directory provided. See you later, astronaut!'))
|
||||
ora().info(dim('No directory provided. See you later, astronaut!'));
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
@ -164,7 +164,7 @@ export async function main() {
|
|||
);
|
||||
|
||||
if (!options.template) {
|
||||
ora().info(dim('No template provided. See you later, astronaut!'))
|
||||
ora().info(dim('No template provided. See you later, astronaut!'));
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue