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

2 extra line breaks are added #484

Closed
fregante opened this issue Mar 23, 2017 · 2 comments
Closed

2 extra line breaks are added #484

fregante opened this issue Mar 23, 2017 · 2 comments
Labels
has PR Has an open PR that fixes this issue

Comments

@fregante
Copy link
Contributor

fregante commented Mar 23, 2017

$ node --version
v7.2.0

$ babili --version
6.24.0 (babel-core 6.24.0)

$ touch test.js

# Empty input
$ cat test.js | wc -c
       0

# 2-bytes output
$ babili test.js | wc -c
       2
@hzoo
Copy link
Member

hzoo commented Mar 23, 2017

Hey @bfred-it! We really appreciate you taking the time to report an issue. The collaborators
on this project attempt to help as many people as possible, but we're a limited number of volunteers,
so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack
community that typically always has someone willing to help. You can sign-up here
for an invite.

@vigneshshanmugam
Copy link
Member

vigneshshanmugam commented Mar 23, 2017

@bfred-it Interesting, its happening because of the options passed to childprocess spawn

{
   stdio: "inherit"
}

@boopathi boopathi added the has PR Has an open PR that fixes this issue label May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has PR Has an open PR that fixes this issue
Projects
None yet
Development

No branches or pull requests

4 participants