(config)
| 254 | } |
| 255 | |
| 256 | function printConfig(config) { |
| 257 | console.log(JSON.stringify(createPrintableConfig(config), null, 2)) |
| 258 | } |
| 259 | |
| 260 | export function spawnProcess(command, args, env, { platform, stdio } = {}) { |
| 261 | const spawnConfig = createSpawnConfig({ |
no test coverage detected