Fix for sync errors not stopping sync process (from 2.0b6 change)
This commit is contained in:
parent
d3b5553a73
commit
473e3a067a
1 changed files with 1 additions and 1 deletions
|
@ -1729,7 +1729,7 @@ Zotero.Sync.Server = new function () {
|
|||
Components.utils.reportError(e.stack.substr(0, 600));
|
||||
}
|
||||
}
|
||||
Components.utils.reportError(e);
|
||||
throw (e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue