()
| 43 | export const runId = crypto.randomUUID().replace(/-/g, "").slice(0, 12); |
| 44 | |
| 45 | const releaseTag = () => `executor-desktop@${app.getVersion()}`; |
| 46 | const environmentTag = () => (app.isPackaged ? "production" : "development"); |
| 47 | |
| 48 | /** |
no outgoing calls
no test coverage detected