Skip to content

command exec("something here", {silent: false}) does not output "colored" text #186

@lockevn

Description

@lockevn

Hi, I use exec() to run build script (MsBuild on Windows). It runs fine, except one thing that it ignore colored text output by MsBuild. It leads to warning and error text is bypassed and is hard to recognize.

Example for reproducing:

echo('old color');
exec('color 8f');
echo('new color');
exit();

Could you please check it? Thank you.

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