TypeScript Version: 2.9.0-dev
Search Terms: cli output pretty plain output endlines newlines
Code
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.
TypeScript Version: 2.9.0-dev
Search Terms: cli output pretty plain output endlines newlines
Code
Expected behavior:
Actual behavior: