Skip to content

Output no control chars for tsc --watch #33151

Closed
@ORESoftware

Description

@ORESoftware

#33148 Search Terms

tsc watch control-chars stdout

Suggestion

I am looking for this option:

tsc --watch --no-control-chars

Use Cases

I am collecting some logs from tsc -w using some tooling and the logs have control chars which we don't really need:

�c[�[90m2:09:12 PM�[0m] Starting compilation in watch mode...
[�[90m2:09:15 PM�[0m] Found 0 errors. Watching for file changes.

instead I am just looking for this in my logs:

2:09:12 PM Starting compilation in watch mode...
2:09:15 PM Found 0 errors. Watching for file changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    QuestionAn issue which isn't directly actionable in code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions