juliangruber / browser-run

Run code inside a browser from the command line
447 stars 62 forks source link

console.log should support printf expressions #17

Open juliangruber opened 9 years ago

juliangruber commented 9 years ago

currently if your browser code executes console.log('foo %s', 'bar') the server will print foo %s bar. Use require('util').format to fix this.