Skip to content

Commit aa0efd5

Browse files
author
Ovidiu Barabula
committed
feat(cli): await for task
1 parent 81f54a5 commit aa0efd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ program
2323
const instance = await frontvue;
2424
const logger = instance.logger('cli');
2525
logger.info(`Creating a new project ./${name}`);
26-
instance.run('init');
26+
await instance.run('init');
2727
})
2828
.description('Initialize a new project');
2929

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy