MCPcopy Index your code
hub / github.com/ds300/patch-package / SpawnSafeOptions

Interface SpawnSafeOptions

src/spawnSafe.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { SpawnOptions } from "child_process"
3
4export interface SpawnSafeOptions extends SpawnOptions {
5 throwOnError?: boolean
6 logStdErrOnError?: boolean
7 maxBuffer?: number
8}
9
10const defaultOptions: SpawnSafeOptions = {
11 logStdErrOnError: true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…