Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/hyper
/ eventuallyExit
Function
eventuallyExit
cli/index.ts:254–256 ·
view source on GitHub ↗
(code: number)
Source
from the content-addressed store, hash-verified
252
};
253
254
function
eventuallyExit(code: number) {
255
setTimeout(() => process.exit(code), 100);
256
}
257
258
main(process.argv)
259
.then(() => eventuallyExit(0))
Callers
1
index.ts
File · 0.85
Calls
1
exit
Method · 0.80
Tested by
no test coverage detected