We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ad703 commit c325f38Copy full SHA for c325f38
1 file changed
config.js
@@ -118,7 +118,7 @@ module.exports = {
118
enabled: true,
119
errorHandler: function(err, plugin) { // custom error message output
120
var beep = '\x07';
121
- var message = beep + '[' + (plugin || err.plugin) + '] ' + err.name;
+ var message = beep + '[' + chalk.magenta(plugin || err.plugin) + '] ' + err.name;
122
123
if (err.fileName) {
124
message += ' in ' + path.relative(process.cwd(), err.fileName) + ':' + chalk.bold(err.lineNumber);
0 commit comments