I am running Node.js in VS Code. I see output of console.log in the Debug Window.
console.log
Where does process.stdout.write go to? I can\'t find it i
process.stdout.write
Make sure the Debug Console is visible:
Ctrl + Shift + Y