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); }); }