diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js index 4ce1b5d73a..e3f001aa84 100644 --- a/chrome/content/zotero/xpcom/sync/syncRunner.js +++ b/chrome/content/zotero/xpcom/sync/syncRunner.js @@ -59,7 +59,7 @@ Zotero.Sync.Runner_Module = function (options = {}) { Components.utils.import("resource://zotero/concurrentCaller.js"); this.caller = new ConcurrentCaller({ numConcurrent: 4, - stopOnError: true, + stopOnError, logger: msg => Zotero.debug(msg), onError: e => Zotero.logError(e) });