Comparing version
@@ -206,3 +206,3 @@ "use strict"; | ||
} | ||
const { maxLength = 1024 } = target; | ||
const { maxLength = 10240 } = target; | ||
return format.split(/\r?\n/g).map((line) => { | ||
@@ -209,0 +209,0 @@ return line.slice(0, maxLength) + (line.length > maxLength ? "..." : ""); |
{ | ||
"name": "reggol", | ||
"description": "Logger for professionals", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"sideEffects": false, | ||
@@ -6,0 +6,0 @@ "main": "lib/node.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56714
0.01%