floatdrop / gulp-watch

Watch, that actually is an endless stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watched unexpected filepath

mairl opened this issue · comments

Node.js version: v7.10.1 darwin x64
gulp-watch version: 4.3.11
Globs: ["src/**/*.js","!src/media{,/**}","!src/.git{,/**}"]
Filepath: /Volumes/workspace/www/typo3/estrategymagazin-de/src/vendor/bin/doctrine-dbal
Event: change
Process CWD: /Volumes/workspace/www/typo3/estrategymagazin-de
Options:

{
  "events": [
    "add",
    "unlink",
    "change",
    "unlinkDir"
  ],
  "ignoreInitial": true,
  "readDelay": 10,
  "dot": true,
  "followSymlinks": false
}

Hi, i receive following after running gulp watcher:

https://github.com/floatdrop/gulp-watch/issues/new?title=Watched%20unexpected%20filepath&body=Node.js%20version%3A%20%60v7.10.1%20darwin%20x64%60%0Agulp-watch%20version%3A%20%604.3.11%60%0AGlobs%3A%20%60%5B%22src%2F**%2F*.js%22%2C%22!src%2Fmedia%7B%2C%2F**%7D%22%2C%22!src%2F.git%7B%2C%2F**%7D%22%5D%60%0AFilepath%3A%20%60%2FVolumes%2Fworkspace%2Fwww%2Ftypo3%2Festrategymagazin-de%2Fsrc%2Fvendor%2Fbin%2Fdoctrine-dbal%60%0AEvent%3A%20%60change%60%0AProcess%20CWD%3A%20%60%2FVolumes%2Fworkspace%2Fwww%2Ftypo3%2Festrategymagazin-de%60%0AOptions%3A%0A%60%60%60js%0A%7B%0A%20%20%22events%22%3A%20%5B%0A%20%20%20%20%22add%22%2C%0A%20%20%20%20%22unlink%22%2C%0A%20%20%20%20%22change%22%2C%0A%20%20%20%20%22unlinkDir%22%0A%20%20%5D%2C%0A%20%20%22ignoreInitial%22%3A%20true%2C%0A%20%20%22readDelay%22%3A%2010%2C%0A%20%20%22dot%22%3A%20true%2C%0A%20%20%22followSymlinks%22%3A%20false%0A%7D%0A%60%60%60
[11:10:48] [gulp-watch] Watched unexpected path. This is likely a bug. Please open this link to report the issue:
https://github.com/floatdrop/gulp-watch/issues/new?title=Watched%20unexpected%20filepath&body=Node.js%20version%3A%20%60v7.10.1%20darwin%20x64%60%0Agulp-watch%20version%3A%20%604.3.11%60%0AGlobs%3A%20%60%5B%22src%2F**%2F*.scss%22%2C%22!src%2Fmedia%7B%2C%2F**%7D%22%2C%22!src%2F.git%7B%2C%2F**%7D%22%5D%60%0AFilepath%3A%20%60%2FVolumes%2Fworkspace%2Fwww%2Ftypo3%2Festrategymagazin-de%2Fsrc%2Fvendor%2Fbin%2Fdoctrine-dbal%60%0AEvent%3A%20%60change%60%0AProcess%20CWD%3A%20%60%2FVolumes%2Fworkspace%2Fwww%2Ftypo3%2Festrategymagazin-de%60%0AOptions%3A%0A%60%60%60js%0A%7B%0A%20%20%22events%22%3A%20%5B%0A%20%20%20%20%22add%22%2C%0A%20%20%20%20%22unlink%22%2C%0A%20%20%20%20%22change%22%2C%0A%20%20%20%20%22unlinkDir%22%0A%20%20%5D%2C%0A%20%20%22ignoreInitial%22%3A%20true%2C%0A%20%20%22readDelay%22%3A%2010%2C%0A%20%20%22dot%22%3A%20true%2C%0A%20%20%22followSymlinks%22%3A%20false%0A%7D%0A%60%60%6```