Fix for sync errors not stopping sync process (from 2.0b6 change)
This commit is contained in:
parent
d3b5553a73
commit
473e3a067a
|
@ -1729,7 +1729,7 @@ Zotero.Sync.Server = new function () {
|
||||||
Components.utils.reportError(e.stack.substr(0, 600));
|
Components.utils.reportError(e.stack.substr(0, 600));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Components.utils.reportError(e);
|
throw (e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user