src/electron/main.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function createWindow has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const createWindow = () => {
  log.transports.file.level = 'debug';
  autoUpdater.logger = log;
  autoUpdater.checkForUpdatesAndNotify();

Severity: Major
Found in src/electron/main.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status