Enhanced Error module
Created by: aparajita
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?