gulpjs / plugin-error

Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor reformatting.
MIT License
19 stars 13 forks source link

Drop ansi-colors dependency #24

Open phated opened 2 years ago

phated commented 2 years ago

We can probably duplicate the implementation of "custom inspect" like fancy-log does at https://github.com/gulpjs/fancy-log/blob/master/index.js#L13-L44 to avoid using the ansi-colors dependency.