[Update to v2 API] update WS done message

This commit is contained in:
bymyself
2025-04-14 18:25:53 -07:00
parent 4a67a83252
commit ced03ceee8
2 changed files with 22 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ export const IsInstallingKey: InjectionKey<Ref<boolean>> =
Symbol('isInstalling')
export enum ManagerWsQueueStatus {
DONE = 'done',
DONE = 'all-done',
IN_PROGRESS = 'in_progress'
}