MCPcopy
hub / github.com/prisma/prisma / stopCapture

Method stopCapture

packages/migrate/src/utils/captureStdout.ts:51–55  ·  view source on GitHub ↗

* Stops capturing the writes to process.stdout.

()

Source from the content-addressed store, hash-verified

49 * Stops capturing the writes to process.stdout.
50 */
51 stopCapture() {
52 if (this._orig_stdout_write) {
53 process.stdout.write = this._orig_stdout_write
54 }
55 }
56
57 /**
58 * Private method that is used as the replacement write function for process.stdout

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected