fixed log section bug
This commit is contained in:
@@ -127,7 +127,7 @@ var typeColors = {
|
||||
sign = item.signColor.bold( '[' ) + chalk.reset.bold.white( section ) + item.signColor.bold( ']' );
|
||||
|
||||
if(type !== null)
|
||||
sign = + " " + item.signColor.bold( '[' ) + typeColors[type](type) + item.signColor.bold( ']' );
|
||||
sign = sign + " " + item.signColor.bold( '[' ) + typeColors[type](type) + item.signColor.bold( ']' );
|
||||
|
||||
if(item.name !== "time" && item.name !== "timeEnd")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user