Skip to content

stderr and stdout don't interleave well #5

Description

@wmertens

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions