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
FoundationEssentials: recover from backslide on Windows (#593)
This new helper was added but did not support windows as `stat` is a
Unix operation and the Windows equivalent is more nuanced when you are
trying to minimise IO overheads. Add a Windows specific path to repair
the build on Windows.
0 commit comments