Closed daryllstrauss closed 6 years ago
If you have a typescript error, the app build would fail, but no typescript error messages would be displayed. This patch pipes the stderr output to the process stdout, so that the developer can see it.
Nice catch. Thanks!
If you have a typescript error, the app build would fail, but no typescript error messages would be displayed. This patch pipes the stderr output to the process stdout, so that the developer can see it.