[ci] format
This commit is contained in:
parent
79fc320480
commit
5d7a92b563
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export async function main() {
|
||||||
console.log(`${green(`>`)} ${gray(`Prepare for liftoff.`)}`);
|
console.log(`${green(`>`)} ${gray(`Prepare for liftoff.`)}`);
|
||||||
console.log(`${green(`>`)} ${gray(`Gathering mission details...`)}`);
|
console.log(`${green(`>`)} ${gray(`Gathering mission details...`)}`);
|
||||||
|
|
||||||
const cwd = args['_'][2] as string || '.';
|
const cwd = (args['_'][2] as string) || '.';
|
||||||
if (fs.existsSync(cwd)) {
|
if (fs.existsSync(cwd)) {
|
||||||
if (fs.readdirSync(cwd).length > 0) {
|
if (fs.readdirSync(cwd).length > 0) {
|
||||||
const response = await prompts({
|
const response = await prompts({
|
||||||
|
|
Loading…
Reference in a new issue