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: tray menu run watcher reports garbage timestamps and garbage entries
- re: garbage timestamps, we are not setting `alwaysStat=true`. by default, chokidar only reports file stats for the initial scan
- re: garbage entries, sigh. i can't figure out how to configure chokidar to show only top-level directory entries, of the specified watch directory; this PR has some fixes for that, but not ideal ones.
0 commit comments