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)
I’m not ranting, but from a user’s perspective it might as well say this:
What is it actually telling the user if the values are hidden?