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.