cesium icon indicating copy to clipboard operation
cesium copied to clipboard

Sandcastle `console.log` does not behave properly with multiple arguments

Open jjspace opened this issue 3 years ago • 0 comments

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

2023-03-06_13-47

Sandcastle example: here

Browser: Chrome 110

jjspace avatar Mar 06 '23 18:03 jjspace