From fa714d35e9d0ced3bda0533c404f11554bd5ad99 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Fri, 9 Aug 2019 10:26:47 -0300 Subject: [PATCH] nombre del archivo --- watch/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/watch/index.js b/watch/index.js index 65ecd90..db42e92 100644 --- a/watch/index.js +++ b/watch/index.js @@ -17,6 +17,7 @@ module.exports = function (dir, callback) { return; } + console.log(`iniciando proceso ${file}`); callback(fileString, file); }); } -- 1.9.1