Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console.log should support printf expressions #17

Open
juliangruber opened this issue Aug 24, 2015 · 0 comments
Open

console.log should support printf expressions #17

juliangruber opened this issue Aug 24, 2015 · 0 comments
Labels

Comments

@juliangruber
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant