ruidfigueiredo/electron-cgi

Better error handling

Closed this issue · 1 comments

Instead of relying on console.log, it would be nice to emit errors coming from the spawned process.

Right now when there is an issue with ConnectionBuilder.build(), there is no way for the electron application to know that there is an issue.

Actually looking at the latest version this might have been addressed. I will close this for now and reopen if I hit anything else regarding error handling.