cesium
cesium copied to clipboard
Sandcastle `console.log` does not behave properly with multiple arguments
The console.log statement in Sandcastle does not behave the same way it does in a full browser/devtools when provided with multiple arguments. In Sandcastle it only logs the first argument to the builtin "console". This is a minor issue but it has a negative impact on Developer experience. It confused me when I first ran into it and realized I had to use a template string to log multiple values if I wanted them

Sandcastle example: here
Browser: Chrome 110