mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
checkForAllExtensionUpdates() used Promise.all without per-promise catch handlers. A single extension's update check failure would reject the entire batch, leaving remaining extensions stuck in CHECKING_FOR_UPDATES state. Now catches per-extension and reports ERROR. |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| vendor | ||
| index.ts | ||
| package.json | ||
| test-setup.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||