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

Generator meanjs uses 'console.log()' directly #199

Open
anstarovoyt opened this issue Feb 16, 2016 · 1 comment
Open

Generator meanjs uses 'console.log()' directly #199

anstarovoyt opened this issue Feb 16, 2016 · 1 comment

Comments

@anstarovoyt
Copy link

Hi. According to the documentation http://yeoman.io/authoring/user-interactions.html :

For example, it is important to never use console.log() or process.stdout.write() to output content. Using them would hide the output from users not using a terminal. Instead, always rely on the UI generic generator.log() method, where generator is the context of your current generator.

Meanjs generator uses 'console.log' directly in 'app/log.js' and as result external tools cannot properly run it.

@ilanbiala
Copy link
Member

@anstarovoyt want to submit a PR?

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

No branches or pull requests

2 participants