for await()

in electron/api/runJourney.ts [160:162]


    for await (const chunk of stdout!) {
      emitResult(chunk);
    }