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
{{message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
When Atom is closed an error is printed to the CLI it was launched from about an attempt to call to a renderer window that has been closed.
Steps to Reproduce
Open Atom
Close Atom
Expected behavior:
No errors printed to the terminal.
Actual behavior:
The following error stack is printed to the terminal:
Attempting to call a function in a renderer window that has been closed or released. Function provided here: Object.<anonymous> (C:\Temp\atom\out\Atom x64\resources\app\node_modules\github\lib\worker.js:65:20. Error: Attempting to call a function in a renderer window that has been closed or released. Function provided here: Object.<anonymous> (C:\Temp\atom\out\Atom x64\resources\app\node_modules\github\lib\worker.js:65:20. at WebContents.callIntoRenderer (C:\Temp\atom\out\Atom x64\resources\electron.asar\browser\rpc-server.js:190:19) at emitOne (events.js:101:20) at WebContents.emit (events.js:188:7)