NativeScript / nativescript-dev-typescript

TypeScript support for NativeScript projects
Apache License 2.0
21 stars 10 forks source link

Preserve watch output #49

Closed Fatme closed 6 years ago

Fatme commented 6 years ago

TypeScript clears console output from version 2.7.1. tns debug command prints debug URL on console after that typescript clears the output. So the debug command cannot be used.

PR Checklist

What is the current behavior?

When tns debug command is executed, the printed debug URL is cleared from typescript compiler. (from version 2.7.x+)

What is the new behavior?

When tns debug command is executed, the printed debug URL is not cleared.