MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / cantLoadPath

Function cantLoadPath

projects/electron/src/executor.ts:15–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13let terminalKeyboardCapture = false
14
15const cantLoadPath = (): string => {
16 // Note: this path is used in
17 let viewerPath = "pages/cantLoad.html"
18 if (!isDev) {
19 viewerPath = path.join(process.resourcesPath, "dist", "pages", "cantLoad.html")
20 }
21 return viewerPath
22}
23
24const windowSizeStorageKey = "openade-window-size"
25const wasFocusedLastStorageKey = "openade-last-focused"

Callers 1

startExecutorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected