gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Pipe to both stdio doesn't work #45

Open gulachek opened 4 months ago

gulachek commented 4 months ago

Stdout is seemingly unpiped and the mechanism of joining the streams doesn't work

gulachek commented 3 months ago
image

Try running the above to see if only one of the streams is printed on windows.

gulachek commented 3 months ago

the above works on windows. needs more investigation into what was going wrong. this was prompted by cl.exe for compiling c programs, and the output was not being displayed properly