Skip to content

Commit 296148b

Browse files
committed
no issue
1 parent 96928a5 commit 296148b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/sv/lib/cli/add/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ export async function resolveNonOfficialAddons(
914914
// const blockedNpmAddons = npmAddons.filter((a) => blocklist.npm_names.includes(a.resolvedId));
915915
// if (blockedNpmAddons.length > 0) {
916916
// common.errorAndExit(
917-
// `${blockedNpmAddons.map((a) => style.env(a.id)).join(', ')} blocked from being installed.`
917+
// `${blockedNpmAddons.map((a) => style.warning(a.id)).join(', ')} blocked from being installed.`
918918
// );
919919
// }
920920
// }

packages/sv/lib/cli/add/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,5 @@ export const style = {
144144
route: (str: string): string => pc.bold(str),
145145
website: (str: string): string => pc.whiteBright(str),
146146
optional: (str: string): string => pc.gray(str),
147-
issue: (str: string): string => pc.red(str),
148147
warning: (str: string): string => pc.yellow(str)
149148
};

0 commit comments

Comments
 (0)