Skip to content

Commit 95c4b62

Browse files
committed
fix: fix
1 parent bca19a8 commit 95c4b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cli/install/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export async function install(args: string[]) {
120120

121121
// clear building type definitions message
122122
clear();
123+
await new Promise((resolve) => setTimeout(resolve)); // wait for the message to be cleared
123124

124125
// save actions.json and actions-lock.json
125126
saveActionsJson(actionsJson);

0 commit comments

Comments
 (0)