Fix for sync errors not stopping sync process (from 2.0b6 change)

This commit is contained in:
Dan Stillman 2009-07-07 07:53:34 +00:00
parent d3b5553a73
commit 473e3a067a

View file

@ -1729,7 +1729,7 @@ Zotero.Sync.Server = new function () {
Components.utils.reportError(e.stack.substr(0, 600));
}
}
Components.utils.reportError(e);
throw (e);
}
}