undergroundwires/privacy.sexy

View on GitHub
src/presentation/electron/main/Update/AutomaticUpdateCoordinator.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function startHandlingUpdateProgress has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function startHandlingUpdateProgress(autoUpdater: AppUpdater): Promise<void> {
  return new Promise((resolve, reject) => { // Block until update process completes
    const progressBar = new UpdateProgressBar();
    progressBar.showIndeterminateState();
    autoUpdater.on('error', (e) => {
Severity: Minor
Found in src/presentation/electron/main/Update/AutomaticUpdateCoordinator.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status