Comparing version 2.0.9 to 2.0.10
@@ -74,3 +74,3 @@ | ||
if (history.length > 10000) { | ||
if (history.length > 1000) { | ||
history = []; | ||
@@ -77,0 +77,0 @@ } |
{ | ||
"name": "logging", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "Super sexy color console logging.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/dylang/logging", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30886
19