floatdrop / gulp-watch

Watch, that actually is an endless stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watched unexpected filepath

probablykasper opened this issue · comments

Node.js version: v10.8.0 darwin x64gulp-watch version: 5.0.1Globs: ["src/**/!(*.sass|*.scss|*.css|*.pug|*.html|*.js)","src/lib/**/*"]Filepath: /Users/kasper/dev/2018/taskler/src/manifest.jsonEvent: unlinkProcess CWD: /Users/kasper/dev/2018/tasklerOptions:js{ "events": [ "add", "change", "unlink" ], "ignoreInitial": true, "readDelay": 10, "base": "src", "read": false}

Got an error saying [gulp-watch] Watched unexpected path after deleting the file src/manifest.json, which should not be watched at all.

Duplicate of #312, my bad.