MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / getProcessTreeSpawnOptions

Function getProcessTreeSpawnOptions

scripts/dev-process-utils.mjs:34–40  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

32 * signaling the direct child process there.
33 */
34export function getProcessTreeSpawnOptions(options = {}) {
35 return {
36 ...options,
37 shell: false,
38 detached: process.platform !== "win32",
39 };
40}
41
42/**
43 * Resolve a service command to a directly spawnable target on Windows.

Callers 5

spawnServiceFunction · 0.90
spawnProcessFunction · 0.90
spawnServiceFunction · 0.90
spawnProcessFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected