csepulv / electron-with-create-react-app

Sample Electron application using create-react-app
MIT License
831 stars 217 forks source link

use spawn to pass logs through #5

Closed marbemac closed 7 years ago

marbemac commented 7 years ago

With exec any logs from the electron process are swallowed, making it difficult to debug.

csepulv commented 7 years ago

I plan to merge this into a new branch, as I would like to keep master in sync with the article. But I will update the README, etc. to have a pointer to the branch

thanks

csepulv commented 7 years ago

created branch and merged changes. https://github.com/csepulv/electron-with-create-react-app/tree/logging-capture