You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix watch's glob handling, modify tests to cover this case (#97)
watch's logic used the unexpanded glob input file list. This caused
errors on Windows. Now, we mutate the global input variable to
contain the expanded globs.
Fixes#95
0 commit comments