Skip to content

Commit 5f9fa62

Browse files
committed
fix(cli): avoid floating promise in entry
1 parent 05987bc commit 5f9fa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tools/kolibri-cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ generateScss(program);
3131
info(program);
3232
migrate(program);
3333

34-
program.parse();
34+
void program.parseAsync();

0 commit comments

Comments
 (0)