Errors are output to stdout #9526
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.0-dev.20160705
I have a module that compiles correctly but where an import contains an error/warning. When compiling this module
viewer.ts
, both code and error got output to stdout:as you can see, the trailing line below should be output on stderr, not as part of stdout.
See also #1226
The text was updated successfully, but these errors were encountered: