mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
feat(autoupdate): Improve update check and refactor for testability (#5389)
This commit is contained in:
9
packages/cli/src/utils/spawnWrapper.ts
Normal file
9
packages/cli/src/utils/spawnWrapper.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2025 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import { spawn } from 'child_process';
|
||||
|
||||
export const spawnWrapper = spawn;
|
||||
Reference in New Issue
Block a user