Comparing version 2.0.19 to 2.0.20
@@ -65,2 +65,6 @@ | ||
output.push(Style(Style.MAGENTA, msg.substring(1, length - 1))); | ||
} else if (length && msg[0] === '*' && msg[length - 1] === '*') { | ||
output.push(Style(Style.RED, msg)); | ||
} else if (length && msg[0] === '!' && msg[length - 1] === '!') { | ||
output.push(Style(Style.RED_BOLD, msg)); | ||
@@ -67,0 +71,0 @@ } else if (length && msg.substr(0, 7) === 'http://') { |
{ | ||
"name": "logging", | ||
"version": "2.0.19", | ||
"version": "2.0.20", | ||
"description": "Super sexy color console logging with cluster support.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/dylang/logging", |
Sorry, the diff of this file is not supported yet
39105
191