|
|
@ -109,7 +109,6 @@ function abortableIterator(array, iterator) {
|
|
|
|
start: async serially => {
|
|
|
|
start: async serially => {
|
|
|
|
let item = destructableList.pop();
|
|
|
|
let item = destructableList.pop();
|
|
|
|
while (item && !abortIteration) {
|
|
|
|
while (item && !abortIteration) {
|
|
|
|
// log.debug('iterating on item', item);
|
|
|
|
|
|
|
|
if (serially) {
|
|
|
|
if (serially) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
// eslint-disable-next-line no-await-in-loop
|
|
|
|
// eslint-disable-next-line no-await-in-loop
|
|
|
|