mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
start adding welcome OS screen
This commit is contained in:
committed by
Aiden McClelland
parent
29d5e3b36e
commit
778d22ab2b
@@ -35,7 +35,7 @@ export class SyncDaemon {
|
||||
stop () { this.$sync$.next(false) }
|
||||
sync (): Observable<void> {
|
||||
return from(this.getServerAndApps()).pipe(
|
||||
concatMap(() => this.syncNotifier.handleNotifications(this.serverModel.peek())),
|
||||
concatMap(() => this.syncNotifier.handleSpecial(this.serverModel.peek())),
|
||||
tap(() => this.$synced$.next()),
|
||||
catchError(e => of(console.error(`Exception in sync service`, e))),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user