Skip to content

Commit

Permalink
feat(misc): log message in nx init when detecting plugins (#21932)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Feb 23, 2024
1 parent 23de084 commit 1685226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nx/src/command-line/init/init-v2.ts
Expand Up @@ -61,6 +61,8 @@ export async function initHandler(options: InitArgs): Promise<void> {
return;
}

output.log({ title: '🧐 Checking dependencies' });

const detectPluginsResponse = await detectPlugins();

if (!detectPluginsResponse?.plugins.length) {
Expand Down

0 comments on commit 1685226

Please sign in to comment.