Merge "gr-diff-processor: remove unused resolve value" into stable-3.1
This commit is contained in:
@@ -172,7 +172,7 @@
|
|||||||
}
|
}
|
||||||
// If we are done, resolve the promise.
|
// If we are done, resolve the promise.
|
||||||
if (state.chunkIndex >= chunks.length) {
|
if (state.chunkIndex >= chunks.length) {
|
||||||
resolve(this.groups);
|
resolve();
|
||||||
this._nextStepHandle = null;
|
this._nextStepHandle = null;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user