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

Function getProcessTreeSpawnOptions

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

Source from the content-addressed store, hash-verified

28 * signaling the direct child process there.
29 */
30export function getProcessTreeSpawnOptions(options = {}) {
31 return {
32 ...options,
33 detached: process.platform !== "win32",
34 };
35}
36
37/**
38 * 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