Skip to content

Commit 11c811c

Browse files
chore: tweaks
1 parent 16fed31 commit 11c811c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const ATTRIBUTE_MAP = {
2020
'italic': 3,
2121
};
2222
type Color = 'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white';
23-
type Attribute = undefined | 'none' | 'bold' | 'underline' | 'italic';
23+
type Attribute = 'none' | 'bold' | 'underline' | 'italic';
2424
type Setting = {
2525
color?: Color;
2626
backColor?: Color;

0 commit comments

Comments
 (0)