Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watched unexpected filepath #372

Open
mairl opened this issue Nov 21, 2023 · 1 comment
Open

Watched unexpected filepath #372

mairl opened this issue Nov 21, 2023 · 1 comment

Comments

@mairl
Copy link

mairl commented Nov 21, 2023

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
}
@mairl
Copy link
Author

mairl commented Nov 21, 2023

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```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant