cristianoliveira / funzzy

A lightweight blazingly fast file watcher.
MIT License
239 stars 11 forks source link

feat: validate glob pattern on load #193

Closed cristianoliveira closed 3 months ago

cristianoliveira commented 3 months ago

Today if a glob pattern is invalid the watcher only validates once it is used

Here: https://github.com/cristianoliveira/funzzy/blob/1d6855e2743b2e9ae02669c83a787e02bbdd22b7/src/rules.rs#L62