MCPcopy Create free account
hub / github.com/AnkRoot/Augment-BYOK / makeNotFoundError

Function makeNotFoundError

test/run-python.test.js:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4const { resolvePythonSpec, resetPythonSpecCacheForTest } = require("../tools/lib/run");
5
6function makeNotFoundError() {
7 const err = new Error("not found");
8 err.code = "ENOENT";
9 return err;
10}
11
12test("resolvePythonSpec: prefers python3 when available", () => {
13 resetPythonSpecCacheForTest();

Callers 1

spawnSyncImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected