[ci] format

This commit is contained in:
natemoo-re 2022-03-10 15:56:29 +00:00 committed by GitHub Actions
parent 79fc320480
commit 5d7a92b563

View file

@ -39,7 +39,7 @@ export async function main() {
console.log(`${green(`>`)} ${gray(`Prepare for liftoff.`)}`);
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.readdirSync(cwd).length > 0) {
const response = await prompts({