MCPcopy Create free account
hub / github.com/browsemake/browser-cli / shutdown

Function shutdown

daemon.js:365–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363 });
364
365 async function shutdown() {
366 await context.close();
367 process.exit(0);
368 }
369
370 process.on('SIGINT', shutdown);
371 process.on('SIGTERM', shutdown);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected