We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca19a8 commit 95c4b62Copy full SHA for 95c4b62
lib/cli/install/index.tsx
@@ -120,6 +120,7 @@ export async function install(args: string[]) {
120
121
// clear building type definitions message
122
clear();
123
+ await new Promise((resolve) => setTimeout(resolve)); // wait for the message to be cleared
124
125
// save actions.json and actions-lock.json
126
saveActionsJson(actionsJson);
0 commit comments