Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes stopAll() object is destroyed beforehand, causing an error here #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maltheism
Copy link

I added the isDestroyed function to the stopAll function and it resolves the following error:

A user quitting an app from the dock on macOS would previously result in a "A JavaScript error occurred in the main process" message with the stacktrace showing electron-load-balancer. The error is now fixed because the window close function will never execute when the window is already destroyed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants