Glitch console not processing newlines

Hello there, I have the following code:
image

As you’d expect, both console.log and console.dir should end in a newline (be on different lines) and the console.log put there for testing should also be split on two different lines itself. However none of these are the case, instead this is the output:

Newlines COMPLETELY ignored. Like they’re not there. What do I do? Is this a Glitch problem? How do I fix it?

Try to use “\n” alone instead.

Thats the first thing I tried it didnt work either

Can you try running this on your own pc? What happens there?

If you are sure that this is an issue with the glitch console, you should file a bug report here.