elegant-logs
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -67,4 +67,4 @@ exports.log = function (type, logmsg, color) { | ||
exports.log.custom = function (name, text, color) { | ||
if (name.length > 7) { | ||
console.log(`\x1b[33m|PLOGS |\x1b[0m custom log may not be greater than 7 characters: [ \x1b[32m${name}\x1b[0m ]`); | ||
if (name.length > 100) { | ||
console.log(`\x1b[33m|PLOGS |\x1b[0m custom log may not be greater than 100 characters: [ \x1b[32m${name}\x1b[0m ]`); | ||
} else { | ||
@@ -71,0 +71,0 @@ if (color === null) { |
{ | ||
"name": "elegant-logs", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "Main.js", |
5430