We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057ccc5 commit 9b69671Copy full SHA for 9b69671
src/level.js
@@ -25,7 +25,7 @@ const supportsUnicode = platform !== 'win32' || TERM === 'xterm-256color'
25
const LEVELS = {
26
debug: {
27
COLOR: 'blue',
28
- SIGN: supportsUnicode ? '\u2699' : '!',
+ SIGN: supportsUnicode ? '\u25C9' : '(*)',
29
},
30
info: {
31
COLOR: 'green',
@@ -37,7 +37,7 @@ const LEVELS = {
37
38
error: {
39
COLOR: 'red',
40
- SIGN: supportsUnicode ? '\u2718' : '\u00D7',
+ SIGN: supportsUnicode ? '\u2716' : '\u00D7',
41
42
}
43
0 commit comments