Skip to content

Commit

Permalink
Merge pull request #445 from jlaire/patch-1
Browse files Browse the repository at this point in the history
fix undefined reference
  • Loading branch information
Alexis Sellier committed Nov 12, 2011
2 parents e808472 + 0e6046e commit 7401f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/less/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7401f5a

Please sign in to comment.