GITLAB
Eric Fernandez
/ websocketHO
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
fa714d35e9d0ced3bda0533c404f11554bd5ad99
Authored by
Eric Fernandez
2019-08-09 10:26:47 -0300
1 parent
ded337bfb5
Exists in
master
nombre del archivo
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
watch/index.js
Side-by-side Diff
Inline Diff
watch/index.js
Diff comments
View file @
fa714d3
...
...
@@ -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
}