mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Start each bootstrap terminal concurrently via Promise.all. Since every spec creates an independent terminal and returns a standalone result, parallelization preserves order while removing two no-await-in-loop warnings.