feat(autoupdate): Improve update check and refactor for testability (#5389)

This commit is contained in:
Gal Zahavi 2025-08-01 20:17:32 -07:00 committed by GitHub
parent 15a1f1af9d
commit 820169ba2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 258 additions and 68 deletions

View 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;