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

Replaced util.puts with console.log #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Replaced util.puts with console.log #2

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 7, 2014

No description provided.

@Kami
Copy link
Member

Kami commented Jan 7, 2014

It looks like util.print has also been deprecated in Node.js and not just util.puts.

This means we should update util.print reference as well. util.print is like util.puts, but it doesn't include a line break. This means we should replace it with process.stdout.write and not console.log since console.log includes a line break.

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

Successfully merging this pull request may close these issues.

1 participant