Don't always show an error on manual contact sync
This commit is contained in:
parent
a82fa86176
commit
e0415de893
5 changed files with 60 additions and 31 deletions
|
@ -312,6 +312,10 @@
|
|||
await window.makeSyncRequest();
|
||||
this.onsuccess();
|
||||
} catch (error) {
|
||||
window.log.error(
|
||||
'settings sync timeout error:',
|
||||
error && error.stack ? error.stack : error
|
||||
);
|
||||
this.ontimeout();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue