floatdrop / gulp-watch

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

Watched unexpected filepath #366

Open szakalgt opened 1 year ago

szakalgt commented 1 year ago

Node.js version: v16.18.1 win32 x64 gulp-watch version: 5.0.1 Globs: "./app/loading.html/**/*" Filepath: D:\GIT\metamask-test\app\loading.html Event: change Process CWD: D:\GIT\metamask-test Options:

{
  "events": [
    "add",
    "change",
    "unlink"
  ],
  "ignoreInitial": true,
  "readDelay": 10
}