Skip to content

Commit

Permalink
remove extra string from stdout
Browse files Browse the repository at this point in the history
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
  • Loading branch information
topher200 authored and Topher Brown committed Nov 23, 2014
1 parent 96cec23 commit be45177
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Main.coffee
Expand Up @@ -66,8 +66,6 @@ output= =>
console.log data
if program.output
console.log "wrote to #{program.output} complete"
else
console.log "write completed"

if file.length is 0
console.log "No Input"
Expand Down

0 comments on commit be45177

Please sign in to comment.