mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
address comments and more
This commit is contained in:
@@ -40,7 +40,7 @@ export default class LoadingPage {
|
||||
filter(Boolean),
|
||||
take(1),
|
||||
switchMap(({ guid, progress }) =>
|
||||
this.api.openProgressWebsocket$(guid).pipe(
|
||||
this.api.openWebsocket$<T.FullProgress>(guid).pipe(
|
||||
startWith(progress),
|
||||
catchError((_, watch$) =>
|
||||
interval(2000).pipe(
|
||||
|
||||
Reference in New Issue
Block a user