Skip to content

Commit ddf4b10

Browse files
committed
Improve auto updater + test suite for auto updater
1 parent 4fd8f3f commit ddf4b10

File tree

6 files changed

+770
-14
lines changed

6 files changed

+770
-14
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)