floatdrop / gulp-plumber

Fixing Node pipes
MIT License
806 stars 32 forks source link

Don't re-color errors #22

Closed necolas closed 9 years ago

necolas commented 9 years ago

This line turns all text red in the error message, unless it has already been colored: https://github.com/floatdrop/gulp-plumber/blob/98a87fb202a37b35e87f8fbf4fe452bddcf059de/index.js#L37

Looks bad for plugins that output detailed messages or ascii, like jscs visually reporting the exact location of an error.

floatdrop commented 9 years ago

Landed in gulp-plumber@0.6.6.