MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / exit

Function exit

apps/api/scripts/mock.ts:487–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485 }
486}
487const exit = async () => {
488 await new Promise((resolve) => setTimeout(resolve, 2000));
489 process.exit(1);
490};
491
492async function main() {
493 const [type, file = 'mock-basic.json'] = process.argv.slice(2);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected