Skip to content

Commit

Permalink
Close #31
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitom committed Jun 7, 2017
1 parent 9b7a719 commit c26f8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coffee/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ module.exports = (options = {}) ->
program = spawn cmnd, args.concat src, '--output=' + tmp_dir.path

# Verbose Output
if options.verbose
program.stdout.on 'data', (data) ->
program.stdout.on 'data', (data) ->
if options.verbose
gutil.log data.toString()

# return data
Expand Down

0 comments on commit c26f8f0

Please sign in to comment.