www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 8dacf4455d4c72d290ee146ddceecece956ce8f9
parent 2bf5382431699620f0a9ae51a725a031e4429e3f
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date:   Thu, 27 Apr 2017 11:46:35 +0300

Revert accidental stopOnError change in 2bf53824

Diffstat:
Mchrome/content/zotero/xpcom/sync/syncRunner.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) });