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
A failed download will leave the action button in a bad state where you'll have to switch versions to recover. Also looks like it could happen in situations where you are offline, change versions, then come back online.
The text was updated successfully, but these errors were encountered:
Potentially related: on Windows, when switching versions fairly quickly, i keep seeing:
Hm, that's probably tripping over Windows quirks, unfortunately. With the change to using @electron/fiddle-core there's a bottleneck on electron-bin\current since versions are unzipped on-demand to save disk space, and Windows can get finicky when you are touching files a bunch. We may be able to mitigate it by using graceful-fs in the right spots in @electron/fiddle-core (see graceful-fscode comment which explains some of the Windows quirks).
@codebytere, just to confirm, you're seeing that behavior on 0.32.9? I would have thought #1367 would help mitigate that by not doing the unzip until a run happens, making switching between versions not touch electron-bin\current, but maybe there's some edge case there still.
A failed download will leave the action button in a bad state where you'll have to switch versions to recover. Also looks like it could happen in situations where you are offline, change versions, then come back online.
The text was updated successfully, but these errors were encountered: