diff --git a/src/ink/colorize.ts b/src/ink/colorize.ts index 9117a84..ad93da1 100644 --- a/src/ink/colorize.ts +++ b/src/ink/colorize.ts @@ -229,3 +229,4 @@ export function applyColor(text: string, color: Color | undefined): string { } return colorize(text, color, 'foreground') } +