Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Merge 646ad82 into a7eef58
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheyangSong authored Aug 15, 2016
2 parents a7eef58 + 646ad82 commit 95dcd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylish.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
formatted.push(chalk.gray(`char ${col}`));
}

formatted.push(isWarning ? chalk.blue(message) : chalk.red(message));
formatted.push(isWarning ? chalk.yellow(message) : chalk.red(message));

return formatted;
});
Expand Down

0 comments on commit 95dcd56

Please sign in to comment.