jharding / grunt-exec

Grunt plugin for executing shell commands.
https://npmjs.org/package/grunt-exec
Other
248 stars 47 forks source link

Success after maxBuffer size is reached #75

Closed andrestraumann closed 8 years ago

andrestraumann commented 8 years ago

Hello!

I am running a compile command that generates a lot of output. As maxBuffer limit is reached, grunt outputs "Done, without errors", and proceeds with the next task, while the compile task continues in the background.

This behaviour is really confusing, there should be a clear error statement.

(running grunt-exec 1.0.0)

gwicksted commented 8 years ago

Fixed - will be released with next update