tvooo / sublime-grunt

Moved to https://github.com/sptndc/sublime-grunt
296 stars 35 forks source link

Display process errors to the user to help with debugging (eg, wrong PATH) #22

Closed badsyntax closed 11 years ago

badsyntax commented 11 years ago

Hey there, thanks for this plugin. I've found that in most cases it is very useful to display the process stderr back to the user to help them debug why a subprocess might fail.

Without this change, I was receiving the following error: "Could not expose available tasks". This is a very generic error and I had no idea where to start to fix things.

My proposed change will now show the user the output of stderr which, in most cases, will contain some useful information.

What do you think?

tvooo commented 11 years ago

Hey, I've included that, but not based on your code base (sorry).