Skip to content

Commit

Permalink
fix: restore missing log msg when install completes successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Dec 22, 2024
1 parent 9ff2a0b commit b824134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/install-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ export class InstallManager {

// Hey it worked!
this.updateStatus({ type: 'completed' });
this.log.info('Installation completed successfully!\r\n');

this.abortController = null;
};

Expand Down

0 comments on commit b824134

Please sign in to comment.