| 1 | const { app, BrowserWindow, Menu, dialog, shell, ipcMain, nativeTheme } = require('electron'); |
| 2 | const path = require('path'); |
| 3 | const fs = require('fs'); |
| 4 | const { spawn, exec, spawnSync } = require('child_process'); |
nothing calls this directly
no test coverage detected