mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
@@ -34,13 +34,13 @@ var less = {
|
||||
}
|
||||
},
|
||||
writeError: function (ctx, options) {
|
||||
options = options || {};
|
||||
|
||||
var message = "";
|
||||
var extract = ctx.extract;
|
||||
var error = [];
|
||||
var stylize = options.color ? less.stylize : function (str) { return str };
|
||||
|
||||
options = options || {};
|
||||
|
||||
if (options.silent) { return }
|
||||
|
||||
if (!ctx.index) {
|
||||
|
||||
Reference in New Issue
Block a user