mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Improved readability of markoc output
This commit is contained in:
parent
9f668f896b
commit
a28ef470dc
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user