Commit fa714d35e9d0ced3bda0533c404f11554bd5ad99

Authored by Eric Fernandez
1 parent ded337bfb5
Exists in master

nombre del archivo

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -17,6 +17,7 @@ module.exports = function (dir, callback) {
17 17 return;
18 18 }
19 19  
  20 + console.log(`iniciando proceso ${file}`);
20 21 callback(fileString, file);
21 22 });
22 23 }