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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: