@meteor-it/logger
Advanced tools
Comparing version 2.3.7 to 2.3.8
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@meteor-it/logger", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"description": "Most powerfull logger for node.js", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "cc24ac9159a05a342d4b3f2fcbe16037fd8d1b8e" | ||
"gitHead": "f98d44c1ac210a457ab3392c92be8f9d955bc319" | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -92,3 +92,3 @@ "use strict"; | ||
for (let string of strings) { | ||
ret += ` \n\u001B[40m${stringifyName(nameLimit, provider.nameLimit, '|', escapeCode)}\u001B[0m${stringifyIdent(nameLimit, data.identationLength)}${string}`; | ||
ret += ` \n\u001B[40m${stringifyName(nameLimit, provider.nameLimit, ' |', escapeCode)}\u001B[0m${stringifyIdent(nameLimit, data.identationLength)}${string}`; | ||
//`${stringifyIdent(data.identationLength)}${stringifyName(provider.nameLimit,'|',escapeCode)} ${string}\n`; | ||
@@ -95,0 +95,0 @@ } |
@@ -95,3 +95,3 @@ import {format} from 'util'; | ||
for(let string of strings){ | ||
ret += ` \n\u001B[40m${stringifyName(nameLimit, provider.nameLimit, '|', escapeCode)}\u001B[0m${stringifyIdent(nameLimit, data.identationLength)}${string}`; | ||
ret += ` \n\u001B[40m${stringifyName(nameLimit, provider.nameLimit, ' |', escapeCode)}\u001B[0m${stringifyIdent(nameLimit, data.identationLength)}${string}`; | ||
//`${stringifyIdent(data.identationLength)}${stringifyName(provider.nameLimit,'|',escapeCode)} ${string}\n`; | ||
@@ -98,0 +98,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64551