MCPcopy
hub / github.com/prisma/prisma / stopProcess

Function stopProcess

packages/client/tests/e2e/_utils/wrangler.ts:53–56  ·  view source on GitHub ↗
(processPromise: ProcessPromise)

Source from the content-addressed store, hash-verified

51 * @param processPromise The Wrangler process promise to stop
52 */
53export async function stopProcess(processPromise: ProcessPromise) {
54 await processPromise.kill('SIGINT')
55 await processPromise
56}

Callers 2

_steps.tsFile · 0.90
_steps.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected