Merge "gr-diff-processor: remove unused resolve value" into stable-3.1

This commit is contained in:
Tao Zhou
2020-02-26 11:55:58 +00:00
committed by Gerrit Code Review

View File

@@ -172,7 +172,7 @@
}
// If we are done, resolve the promise.
if (state.chunkIndex >= chunks.length) {
resolve(this.groups);
resolve();
this._nextStepHandle = null;
return;
}