Revert accidental stopOnError change in 2bf53824

This commit is contained in:
Adomas Venčkauskas 2017-04-27 11:46:35 +03:00
parent 2bf5382431
commit 8dacf4455d

View file

@ -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)
});