We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fae876 commit cafdcf6Copy full SHA for cafdcf6
1 file changed
src/renderer/state.ts
@@ -943,6 +943,9 @@ export class AppState {
943
944
const { version } = ver;
945
946
+ console.log(`State: Switching to Electron ${version}`);
947
+ this.version = version;
948
+
949
try {
950
await this.downloadVersion(ver);
951
} catch {
@@ -955,9 +958,6 @@ export class AppState {
955
958
return;
956
959
}
957
960
- console.log(`State: Switching to Electron ${version}`);
- this.version = version;
-
961
// If there's no current fiddle,
962
// or if the current fiddle is the previous version's template,
963
// then load the new version's template.
0 commit comments