You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature
Currently not all errors are handled. We need a robust system that 1) notifies the user of any errors 2) logs detailed error information to a file
Additional Detail
Some errors are already handled, but there isn't much handling of errors coming from the backend process, especially during initiating of the child process.
The text was updated successfully, but these errors were encountered:
I was really hoping that Electron would just have a global error handler that receives a callback but there doesn't seem to be such a feature. On top of that, not all JS errors trigger the typical error event handler... 😡
Bottom line is, there is still major room for improvement on this front. One thing that we need to seriously consider is the recycling of the log file. Right now it will grow in size until a new install (?) erases it.
Feature
Currently not all errors are handled. We need a robust system that 1) notifies the user of any errors 2) logs detailed error information to a file
Additional Detail
Some errors are already handled, but there isn't much handling of errors coming from the backend process, especially during initiating of the child process.
The text was updated successfully, but these errors were encountered: