for await()

in src/commands/bulk/rights.ts [122:124]


    for await (const id of lines(file)) {
      await this.updateImage(id, updateMessage, output, failures)
    }