Open jimniels opened 5 days ago
When you try to log something with extra args to console.log(), it breaks them to another line.
This deviates from standard console.log behavior. I would expect to see it all on the same line, e.g. foo bar
foo bar
When you try to log something with extra args to console.log(), it breaks them to another line.
This deviates from standard console.log behavior. I would expect to see it all on the same line, e.g.
foo bar