diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js index 8937892e89..5206c932b3 100644 --- a/chrome/content/zotero/xpcom/storage/webdav.js +++ b/chrome/content/zotero/xpcom/storage/webdav.js @@ -1007,7 +1007,7 @@ Zotero.Sync.Storage.Module.WebDAV = (function () { callback(ts); } - catch { + catch(e) { Zotero.debug(e, 1); Components.utils.reportError(e); Zotero.Sync.Storage.EventManager.error(_defaultError);