Comparing version 0.3.3 to 0.3.4
@@ -63,3 +63,3 @@ /** | ||
n = Array(numberLength - n.length + 1).join(' ') + n | ||
message += '\n' + blockIndent + n + pipe + line.replace('\t', ' ') + colors.gray | ||
message += '\n' + blockIndent + n + pipe + line.replace('\t', ' ').substr(0, 75) + colors.gray | ||
} | ||
@@ -66,0 +66,0 @@ lead *= decay |
{ | ||
"name": "cedar", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "User-friendly logger.", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
57670