Files
qwen-code/packages/cli/src/utils/spawnWrapper.ts
2025-08-25 20:11:27 +00:00

10 lines
169 B
TypeScript

/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { spawn } from 'node:child_process';
export const spawnWrapper = spawn;