Fix bustage (@dstillman should make sure that there's nothing else screwed up from the merge)
This commit is contained in:
parent
134c6097c6
commit
724cee24ff
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ Zotero.Sync.Storage.Module.WebDAV = (function () {
|
||||||
|
|
||||||
callback(ts);
|
callback(ts);
|
||||||
}
|
}
|
||||||
catch {
|
catch(e) {
|
||||||
Zotero.debug(e, 1);
|
Zotero.debug(e, 1);
|
||||||
Components.utils.reportError(e);
|
Components.utils.reportError(e);
|
||||||
Zotero.Sync.Storage.EventManager.error(_defaultError);
|
Zotero.Sync.Storage.EventManager.error(_defaultError);
|
||||||
|
|
Loading…
Reference in a new issue