OverZealous / run-sequence

Run a series of dependent gulp tasks in order
MIT License
961 stars 56 forks source link

Pass error object to PluginError for better error reporting. #72

Closed sorohan closed 8 years ago

sorohan commented 8 years ago

PluginError understands the actual error objects better. This will generate a proper error message with the right stack trace.

Properly fixes #65

OverZealous commented 8 years ago

Thanks!

OverZealous commented 8 years ago

Published as v1.2.2

sorohan commented 8 years ago

That was fast. Thanks!