Chakroun-Anas / turbo-console-log

588 stars 140 forks source link

Whitespace character bug #212

Open fidaay opened 1 year ago

fidaay commented 1 year ago

A whitespace character is created between logMessagePrefix and the message if delimiterInsideMessage is an empty string.

image

This is my configuration:

image

These are my tests:

image

Without logMessagePrefix there is no blank space and if a delimiterInsideMessage is included it doesn't create an extra space blank.