floatdrop / gulp-watch

Watch, that actually is an endless stream
MIT License
642 stars 99 forks source link

Watched unexpected filepath #274

Closed abdihaikal closed 6 years ago

abdihaikal commented 7 years ago

Node.js version: v7.4.0 win32 ia32 gulp-watch version: 4.3.11 Globs: ["./app/package.json"] Filepath: D:\project\app\package.json Event: add Process CWD: D:\project\app Options:

{
  "events": [
    "add",
    "change",
    "unlink"
  ],
  "ignoreInitial": true,
  "readDelay": 10
}
UltCombo commented 7 years ago

Does your code change the working directory at some point (like calling process.chdir inside the gulpfile)?