quadratichq / quadratic

Quadratic | Spreadsheet with Python, SQL, and AI
https://QuadraticHQ.com
Other
3.04k stars 155 forks source link

bug: console.log breaks to multiple lines #2096

Open jimniels opened 5 days ago

jimniels commented 5 days ago

When you try to log something with extra args to console.log(), it breaks them to another line. CleanShot 2024-11-22 at 13 54 20@2x

This deviates from standard console.log behavior. I would expect to see it all on the same line, e.g. foo bar