Skip to content

Remove null characters from terminal output #1343

@mntnoe

Description

@mntnoe

In runner.js:parseExitCode(), the exit code in the message is replaced with null characters (\0x00) as a side effect. The message is then sent to stdout. This results in squares (□□□□□□) being displayed in some terminals, like WebStorm's terminal. Is it possible to output only the message without the trailing null characters?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions