Revert accidental stopOnError change in 2bf53824
This commit is contained in:
parent
2bf5382431
commit
8dacf4455d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue