Update source code for new org

This commit is contained in:
Kevin Sawicki 2016-03-31 16:50:30 -07:00
parent 102f7e8e33
commit fc84c952f2
3 changed files with 6 additions and 6 deletions

View file

@ -49,7 +49,7 @@ AtomBrowserMainParts::~AtomBrowserMainParts() {
// Leak the JavascriptEnvironment on exit.
// This is to work around the bug that V8 would be waiting for background
// tasks to finish on exit, while somehow it waits forever in Electron, more
// about this can be found at https://github.com/atom/electron/issues/4767.
// about this can be found at https://github.com/electron/electron/issues/4767.
// On the other handle there is actually no need to gracefully shutdown V8
// on exit in the main process, we already ensured all necessary resources get
// cleaned up, and it would make quitting faster.