nit: bold integration name
This commit is contained in:
parent
4c6995a195
commit
54808020d1
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ export async function validateIntegrations(integrations: string[]): Promise<Inte
|
||||||
integrations.map(async (integration): Promise<IntegrationInfo> => {
|
integrations.map(async (integration): Promise<IntegrationInfo> => {
|
||||||
const parsed = parseIntegrationName(integration);
|
const parsed = parseIntegrationName(integration);
|
||||||
if (!parsed) {
|
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;
|
let { scope, name, tag } = parsed;
|
||||||
|
|
Loading…
Reference in a new issue