Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ resolveExit
Function
resolveExit
apps/cli/src/main.ts:1373–1373 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1371
let
closing = false;
1372
let
closePromise: Promise<void> | null = null;
1373
let
resolveExit: () => void = () => {};
1374
const
waitForExit =
new
Promise<void>((resolve) => {
1375
resolveExit = resolve;
1376
});
Callers
1
finish
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected