Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bearlyai/OpenADE
/ onExit
Method
onExit
projects/web/src/electronAPI/process.ts:287–293 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}
286
287
const
onExit = () => {
288
isDone = true
289
if
(resolveNext) {
290
resolveNext()
291
resolveNext = null
292
}
293
}
294
295
const
onError = () => {
296
isDone = true
Callers
1
handleSpawn
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected