gulp: Enhanced Error module

In gulp 3, when errors were logged the output was colored nicely, with separate colors for filenames, plugin name, etc. Now everything is red, which is quite hard to look at and to parse visually.

In addition, we get “Details” which look like this:

Details:
    domainEmitter: [object Object]
    domain: [object Object]
    domainThrown: false

Not especially helpful.

Were these changes by design, or is it something that should be fixed?

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Reactions: 2
  • Comments: 16 (8 by maintainers)

Most upvoted comments

I’m not ranting, but from a user’s perspective it might as well say this:

Details:
    domainEmitter: [Totally useless info]
    domain: [Totally useless info]
    domainThrown: false (and since there's no useful info about the actual domain, this is useless as well)

What is it actually telling the user if the values are hidden?