mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
feat(autoupdate): Improve update check and refactor for testability (#5389)
This commit is contained in:
parent
15a1f1af9d
commit
820169ba2e
5 changed files with 258 additions and 68 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue