mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
WIP: Lint
This commit is contained in:
parent
1aacf25434
commit
3292cf199e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user