mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
More logging
// FREEBIE
This commit is contained in:
@@ -152,6 +152,7 @@
|
||||
if (e.name === 'HTTPError' && e.code == -1) {
|
||||
// Failed to connect to server
|
||||
if (navigator.onLine) {
|
||||
console.log('retrying in 1 minute');
|
||||
setTimeout(init, 60000);
|
||||
} else {
|
||||
console.log('offline');
|
||||
|
||||
Reference in New Issue
Block a user