MCPcopy
hub / github.com/snyk/cli / SpawnError

Interface SpawnError

ts-binary-wrapper/src/common.ts:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172export function runWrapper(executable: string, cliArguments: string[]): number {
173 interface SpawnError extends Error {
174 errno: number;
175 code: string;
176 syscall: string;
177 path: string;
178 spawnargs: string[];
179 }
180
181 const debug = debugEnabled(cliArguments);
182

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected