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

Exception on shutdown #9

Open
sashazxtt opened this issue Nov 4, 2016 · 1 comment
Open

Exception on shutdown #9

sashazxtt opened this issue Nov 4, 2016 · 1 comment

Comments

@sashazxtt
Copy link

It appears that there is a problem that exists on the shutdown.
If Electron is shut down while notifications exist, I get this error below.

Looks like the async animation is not terminated properly on the app shutdown.

main error= Error: Object has been destroyed
at Error (native)
at Timeout._repeat (...\node_modules\electron-notify\index.js:424:24)
at Timeout.wrapper [as _onTimeout] (timers.js:425:11)
at tryOnTimeout (timers.js:232:11)
at Timer.listOnTimeout (timers.js:202:5)

@hankbao
Copy link
Owner

hankbao commented Nov 4, 2016

Thanks for reporting this issue. Recently I've been working on some other projects. So the problem may take some time to be fixed.

BTW, any pull request is welcomed.

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

No branches or pull requests

2 participants