forked from cgrossde/nw-notify
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error: Object has been destroyed #23
Comments
I have same issue and my solution for this is changing some part of codes. this happen when you destroy the electron window but notification want too use it so I go to index.js and change method
at this code notification try to setPosition and if it throw error catch and create window from start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error & Stack Trace
Error: Object has been destroyed
at D:\ionic\demos\electron\HK-hardika\myapp-source\node_modules\electron-notify\index.js:309:23
at AnimationQueue.animate (D:\ionic\demos\electron\HK-hardika\myapp-source\node_modules\electron-notify\index.js:28:15)
at D:\ionic\demos\electron\HK-hardika\myapp-source\node_modules\electron-notify\index.js:32:20
at
Code:
The text was updated successfully, but these errors were encountered: