Skip to content

Commit 9c13812

Browse files
authored
feat: Improve auto updater, add test suite + fix tRPC tests (#403)
- Improved auto updater by adding timeout handling and better error recovery - Added test suite for auto updater - Fix tRPC tests failing due to ipcLink UUID-based IDs change - Mock localStorage for Zustand persist middleware
1 parent 3342f05 commit 9c13812

File tree

12 files changed

+871
-91
lines changed

12 files changed

+871
-91
lines changed

apps/array/src/main/services/updates/schemas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export type UpdatesStatusPayload = {
2828
checking: boolean;
2929
upToDate?: boolean;
3030
version?: string;
31+
error?: string;
3132
};
3233

3334
export interface UpdatesEvents {

0 commit comments

Comments
 (0)