Mark browser-offline exception as fatal during syncing
This commit is contained in:
parent
9c7663979e
commit
d3fc4eb554
1 changed files with 3 additions and 0 deletions
|
@ -647,6 +647,9 @@ Zotero.Sync.APIClient.prototype = {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
else if (e instanceof Zotero.HTTP.BrowserOfflineException) {
|
||||
e.fatal = true;
|
||||
}
|
||||
throw e;
|
||||
}
|
||||
}.bind(this)));
|
||||
|
|
Loading…
Add table
Reference in a new issue