We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d271426 commit bc633b6Copy full SHA for bc633b6
lib/csscomb.js
@@ -130,7 +130,7 @@ Comb.prototype = {
130
var changed = data !== processedData;
131
var lint = _this._lint;
132
133
- var tick = (changed) ? (lint ? '\x1B[31m✓\x1B[39m' : '✓') : ' ';
+ var tick = changed ? (lint ? '!' : '✓') : ' ';
134
var message = _this._verbose ? console.log.bind(null, tick, path) : doNothing;
135
136
_this.processed++;
0 commit comments