Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

stderr from ExecutableNode is received as stdout #15

Description

@barometz

This is a result of the fact that spawnProcess in ExecutableNode.spawn() has usePTY set to True. However, turning this option off screws up buffering in such way that the core doesn't even receive the "I've finished loading" message from the node. Would be really nice to have a fix for this - I've been toying with termios.ICANON ( http://linux.die.net/man/3/termios ) for a bit, to no avail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions