Webpack build for branch master: 25e0048bbf

This commit is contained in:
Travis CI 2017-04-11 17:00:22 +00:00
parent 2e2516a8b6
commit 9255da9cb7
2 changed files with 3 additions and 6 deletions

View file

@ -23307,10 +23307,7 @@ class SequentialRequestHandler extends RequestHandler {
item.resolve(data);
if (this.requestRemaining === 0) {
this.restManager.client.setTimeout(
() => {
this.waiting = false;
resolve(data);
},
() => resolve(data),
this.requestResetTime - Date.now() + this.timeDifference + this.restManager.client.options.restTimeOffset
);
} else {

File diff suppressed because one or more lines are too long