Commit e87915e2 by Marcin Cieslak

Fix typo lenth->length

parent c481f30f
......@@ -315,7 +315,7 @@ function renderDir(options, emitter) {
renderFile(subject, options, emitter);
}, function(successful, arr) {
var outputDir = path.join(process.cwd(), options.output);
emitter.emit('warn', util.format('Wrote %s CSS files to %s', arr.lenth, outputDir));
emitter.emit('warn', util.format('Wrote %s CSS files to %s', arr.length, outputDir));
process.exit;
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment