web-terminal icon indicating copy to clipboard operation
web-terminal copied to clipboard

stderr and stdout don't interleave well

Open wmertens opened this issue 11 years ago • 1 comments

Example: type this in the shell and in web-terminal

echo 1; echo 2 >&2; echo 3

Output should be 1 2 3 but on web-terminal it's 1 3 2. I suspect this is due to buffering and I wonder if this is even fixable on NodeJS.

wmertens avatar Apr 06 '14 13:04 wmertens

It should be fixable. I will examine it as soon as possible and let you know.

Thanks.

rabchev avatar Apr 07 '14 08:04 rabchev