Ability to limit the number of output lines for a process, similar to pnpm?
Author: NullVoxPopuliCreated Apr 1, 2023Updated May 5, 2025
I think this could easily be achieved in user-space / outside of concurrently, if the JS API had a way to configure a separate output stream per process? maybe?
pnpm has a max of 10 lines per process when it's running things in parallel:

would be super cool if I could do this with my own scripts via concurrently some how.
It seems there is a max of 10 lines per process?

Source: open-cli-tools/concurrently