tsc's error message is printed to stdout, not stderr #12844
Labels
Duplicate
An existing issue was already created
Working as Intended
The behavior described is the intended behavior; this is not a bug
TypeScript Version: 2.0.10, 2.1.4, nightly (2.2.0-dev.20161211)
Code
$ tsc > /dev/null
Expected behavior:
Error messages should be shown even stdout is redirected to /dev/null
Actual behavior:
Error messages is not shown because messages are printed to stdout and it is redirected to /dev/null
The text was updated successfully, but these errors were encountered: