``` $ localhost * ``` Results in: ``` throw new TypeError('Arguments to path.join must be strings'); ``` Seems that the fs.watch() watches the current directory dot `.` causing the directory to be triggered as updated as well.
Results in:
Seems that the fs.watch() watches the current directory dot
.causing the directory to be triggered as updated as well.