The argument ‘stdio’ is invalid. Received CustomWritableStream
In NodeJS, I want to be able to capture the output of a spawned process in memory (without a file being written, and without using the inherited sysout).
In NodeJS, I want to be able to capture the output of a spawned process in memory (without a file being written, and without using the inherited sysout).