Run a command to completion, capturing stdout/stderr. Never rejects — spawn errors and timeouts resolve with exitCode: -1 (mirrors the reject: false execa usage in the integration tests).
exitCode: -1
reject: false
Run a command to completion, capturing stdout/stderr. Never rejects — spawn errors and timeouts resolve with
exitCode: -1(mirrors thereject: falseexeca usage in the integration tests).