Closed ItalyPaleAle closed 2 years ago
Create a JS Swing and type the code below:
const test = 'aaa' console.log('test', test)
In the browser's dev tools, it shows test aaa but in CodeSwing's output, it only shows test.
test aaa
test
This happens in VS Code for the Web (vscode.dev/github.dev)
CodeSwing monkey patches "console.log" and I don't think it currently implements the multi-argument format. But they should be pretty straight forward to add! I'll take a look tomorrow 👍
Create a JS Swing and type the code below:
In the browser's dev tools, it shows
test aaa
but in CodeSwing's output, it only showstest
.This happens in VS Code for the Web (vscode.dev/github.dev)