MCPcopy Create free account
hub / github.com/agent-tower/core / requirePath

Function requirePath

packages/desktop/scripts/prepare-runtime.mjs:27–31  ·  view source on GitHub ↗
(target, label)

Source from the content-addressed store, hash-verified

25function run(command, args) {
26 const result = spawnSync(command, args, {
27 cwd: monorepoRoot,
28 stdio: 'inherit',
29 shell: process.platform === 'win32',
30 env: process.env,
31 });
32
33 if (result.status !== 0) {
34 process.exit(result.status ?? 1);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected