re1ro / grunt-bg-shell

Better shell commands for grunt
MIT License
50 stars 8 forks source link

stderr not visible #9

Closed stephanos closed 10 years ago

stephanos commented 11 years ago

I use this plugin to deploy my backend to Heroku like this:

bgShell:
  _defaults:
    fail: true

  deploy_backend_test:
    cmd: "git push heroku-test master"

The problem is that when there is an error virtually nothing gets printed:

>> 
Fatal error: 

But when I remove the 'fail' option it works:

>> 
>> -----> Fetching custom git buildpack...
>> done
....
>> error: failed to push some refs to ...
re1ro commented 10 years ago

Fixed in v2.2.0