Pupix / lcu-connector

🔌 Streamlined LCU integration for your app.
MIT License
111 stars 26 forks source link

Support paths with global pattern symbols #3

Closed MitsuhaKitsune closed 6 years ago

MitsuhaKitsune commented 6 years ago

On chokidar watcher globbing it's used to retrieve files with global pattern (./*.js for example), this causes don't send watcher events on folders with global pattern simbols like "Program Files (x86)" or "Folder [1]"

lcu-connector don't need globbing because it's always watching for lockfile, disabling it can support all folders safely

Pupix commented 6 years ago

Oh thank you! I will drop a new release with this during the weekend.

MitsuhaKitsune commented 6 years ago

Work fine with last release, a lot of thanks ^^