WIP: Lint

This commit is contained in:
David Teller 2022-05-17 09:30:35 +02:00
parent 1aacf25434
commit 3292cf199e

View File

@ -113,7 +113,7 @@ export class ThrottlingQueue {
} catch (ex) {
return reject(ex);
}
// In case of task failure, ignore the failure (it has been
// In case of task failure, ignore the failure (it has been
// logged by `push` already) and proceed.
try {
if (item.value) {