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