Skip to content

Commit

Permalink
nit: bold integration name
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 8, 2022
1 parent 4c6995a commit 5480802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ export async function validateIntegrations(integrations: string[]): Promise<Inte
integrations.map(async (integration): Promise<IntegrationInfo> => {
const parsed = parseIntegrationName(integration);
if (!parsed) {
throw new Error(`${integration} does not appear to be a valid package name!`);
throw new Error(`${bold(integration)} does not appear to be a valid package name!`);
}

let { scope, name, tag } = parsed;
Expand Down

0 comments on commit 5480802

Please sign in to comment.