Skip to content

Commit

Permalink
fix: change installing packages placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovRoman committed Feb 13, 2024
1 parent 33959ec commit 6d95abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const installPackages = async (
pluginsToInstall: string[],
registry: string,
): Promise<string> => {
const spinner = ora("Installing packages").start();
const spinner = ora("Installing packages (this may take a while)").start();

const pluginsPackages = pluginsToInstall.map(packageNameFromPlugin).join(" ");

Expand Down

0 comments on commit 6d95abb

Please sign in to comment.