BeastJavaScript / Coffee-Stir

A preprocessor for coffee-script
4 stars 1 forks source link

remove extra string from stdout #3

Closed topher200 closed 9 years ago

topher200 commented 9 years ago

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