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

remove extra string from stdout #3

Merged
merged 1 commit into from Jan 7, 2015

Conversation

topher200
Copy link
Contributor

Having the "write completed" string in stdout breaks piping the output of this command to "coffee --compile --stdio". There should be no extraneous output to stdout in non-failure cases.

This commit fixes #2

Having the "write completed" string in stdout breaks piping the output of this command to "coffee --compile --stdio". There should be no extraneous output to stdout in non-failure cases.

This commit fixes BeastJavaScript#2
shavyg2 added a commit that referenced this pull request Jan 7, 2015
remove extra string from stdout
@shavyg2 shavyg2 merged commit 59498d8 into BeastJavaScript:master Jan 7, 2015
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.

Output from command line cannot be piped due to extra string
2 participants