()
| 195 | this.currentRun = this.queueRunnerFactory({ |
| 196 | queueableFns: allFns, |
| 197 | onException() { |
| 198 | // @ts-expect-error: wrong context |
| 199 | self.onException.apply(self, arguments); |
| 200 | }, |
| 201 | userContext: this.userContext(), |
| 202 | setTimeout, |
| 203 | clearTimeout, |
no test coverage detected