| 1 | import * as Sentry from "@sentry/electron/main" |
| 2 | import { app, BrowserWindow, dialog, Menu, nativeImage, session } from "electron" |
| 3 | import { existsSync, readFileSync, readlinkSync, unlinkSync } from "fs" |
| 4 | import { createServer } from "http" |
nothing calls this directly
no test coverage detected