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 2f54d43 commit 194c4deCopy full SHA for 194c4de
src/level.js
@@ -20,8 +20,11 @@ const getLevel = function({ opts, info }) {
20
return defaultGetLevel(info)
21
}
22
23
+// TODO: remove `istanbul` comment once Windows is tested
24
+// istanbul ignore next
25
const supportsUnicode = platform !== 'win32' || TERM === 'xterm-256color'
26
// Each level is printed in a different way
27
28
const LEVELS = {
29
debug: {
30
COLOR: 'blue',
0 commit comments