Improved readability of markoc output

This commit is contained in:
Patrick Steele-Idem 2015-02-04 11:09:50 -07:00
parent 9f668f896b
commit a28ef470dc

View File

@ -280,7 +280,7 @@ if (args.clean) {
found[path] = true;
var outPath = path + '.js';
console.log('Compiling:\n Input: ' + relPath(path) + '\n Output: ' + relPath(outPath) + '\n');
console.log('Compiling:\n Input: ' + relPath(path) + '\n Output: ' + relPath(outPath) + '\n');
context.beginAsync();
markoCompiler.compileFile(path, function(err, src) {
if (err) {