File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 // }
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments