Errors on some file sync requests could hang sync progress
This commit is contained in:
parent
084f671b18
commit
500076ea63
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user