Skip to content

Commit eb03596

Browse files
[LW-11428] Small comment adjustment
1 parent 1507510 commit eb03596

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/renderer/app/stores/AppUpdateStore.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ export default class AppUpdateStore extends Store {
9090
);
9191

9292
setup() {
93-
// Unset `APP-AUTOMATIC-UPDATE-FAILED` on every application startup to try again if we failed in the past;
94-
// otherwise this computer's auto-update would be bricked forever:
93+
/**
94+
* Unset `APP-AUTOMATIC-UPDATE-FAILED` on every application startup to try again if we failed in the past;
95+
* Otherwise, this computer's auto-update would be bricked forever:
96+
*/
9597
this.unsetAppAutomaticUpdateFailedRequest.execute().then((result) => {
9698
logger.info('Resetting the APP-AUTOMATIC-UPDATE-FAILED flag on startup');
9799
});

0 commit comments

Comments
 (0)