| 1 | import { app, BrowserWindow, Menu, dialog, ipcMain, safeStorage } from 'electron' |
| 2 | import { spawn } from 'node:child_process' |
| 3 | import { mkdir, readFile, writeFile } from 'node:fs/promises' |
| 4 | import path from 'node:path' |
nothing calls this directly
no test coverage detected