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

Fix encoding errors in logging messages #101

Merged
merged 1 commit into from
Mar 18, 2016
Merged

Conversation

cjlarose
Copy link
Contributor

The write method on Stream takes the second argument to be an encoding. This is certainly not what's needed in the log messages.

If you run jscodeshift -v 2 on a file, you can get TypeError exceptions.

fkling added a commit that referenced this pull request Mar 18, 2016
Fix encoding errors in logging messages
@fkling fkling merged commit 98004b2 into facebook:master Mar 18, 2016
@fkling
Copy link
Contributor

fkling commented Mar 18, 2016

Whoops. That was probably from my unsuccessful merge :-/ Thanks!

euphocat pushed a commit to euphocat/jscodeshift that referenced this pull request Oct 22, 2017
Update class transform to fallback to react-create-class package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants