When using a console log with color which is long enough, the line is not wrapped.
Im using chrome as my browser.
console.log('%c' + "Really long line ", "color:red")
vs without color
console.log("Really long line ")
Is it possible to change this behavior ?