MCPcopy
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
254function eventuallyExit(code: number) {
255 setTimeout(() => process.exit(code), 100);
256}
257
258main(process.argv)
259 .then(() => eventuallyExit(0))

Callers 1

index.tsFile · 0.85

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected