Skip to content

Commit 9b69671

Browse files
committed
Try new symbols
1 parent 057ccc5 commit 9b69671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/level.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const supportsUnicode = platform !== 'win32' || TERM === 'xterm-256color'
2525
const LEVELS = {
2626
debug: {
2727
COLOR: 'blue',
28-
SIGN: supportsUnicode ? '\u2699' : '!',
28+
SIGN: supportsUnicode ? '\u25C9' : '(*)',
2929
},
3030
info: {
3131
COLOR: 'green',
@@ -37,7 +37,7 @@ const LEVELS = {
3737
},
3838
error: {
3939
COLOR: 'red',
40-
SIGN: supportsUnicode ? '\u2718' : '\u00D7',
40+
SIGN: supportsUnicode ? '\u2716' : '\u00D7',
4141
},
4242
}
4343

0 commit comments

Comments
 (0)