Skip to content

Inconsistent endlines in non-pretty --watch output #23469

@JoshuaKGoldberg

Description

@JoshuaKGoldberg

TypeScript Version: 2.9.0-dev

Search Terms: cli output pretty plain output endlines newlines

Code

tsc -w --pretty false

Expected behavior:

08:26:04 - Starting compilation in watch mode...

source.ts(1,9): error TS2339: Property 'yarp' does not exist on type 'Console'.

08:26:05 - Found 1 error. Watching for file changes.

Actual behavior:

08:25:31 - File change detected. Starting incremental compilation...


source.ts(1,9): error TS2339: Property 'yarp' does not exist on type 'Console'.
08:25:31 - Found 1 error. Watching for file changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issueHelp WantedYou can do this

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions