for await()

in electron/api/runJourney.ts [163:165]


    for await (const chunk of stderr!) {
      logger.error(chunk);
    }