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
In d57b7bc we introduced a solution to stale watchers, but this
introduced a new observer restart loop caused by the chmod always being
executed.
By using an idempotent chmod, changes are only made when necessary.
0 commit comments