Skip to content

Commit 934416a

Browse files
committed
fix: prevent application blockage when update manager is not found
1 parent 51fc123 commit 934416a

File tree

3 files changed

+258
-58
lines changed

3 files changed

+258
-58
lines changed

src/components/update-notification.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export class UpdateNotification {
4040
// L'updateManager dovrebbe emettere gli eventi corretti al momento giusto
4141
} else {
4242
console.warn('⚠️ [UpdateNotification] UpdateManager non trovato dopo 10 secondi');
43+
// Non bloccare l'app, continua senza update notifications
4344
}
4445
}
4546

0 commit comments

Comments
 (0)