Merge pull request #445 from jlaire/patch-1

fix undefined reference
This commit is contained in:
Alexis Sellier
2011-11-12 05:09:26 -08:00

View File

@@ -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) {