Kaffiend / electron-angular-ngrx

An Angular (6x) Electron seed featuring @angular/cli, @ngrx/platform, and Typescript. Complete with HMR workflow
MIT License
39 stars 10 forks source link

Developer needs to see stderr output from builds to fix errors #4

Closed daryllstrauss closed 6 years ago

daryllstrauss commented 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.

Kaffiend commented 6 years ago

Nice catch. Thanks!