Errors on some file sync requests could hang sync progress

This commit is contained in:
Dan Stillman 2013-04-17 04:12:11 -04:00
parent 084f671b18
commit 500076ea63

View File

@ -314,7 +314,7 @@ Zotero.Sync.Storage.Request.prototype.stop = function (force) {
this._forceFinish = true;
}
if (this.channel) {
if (this.channel && this.channel.isPending()) {
this._stopping = true;
try {