mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Instead of abrupting the whole program immediately, we should close all windows and release all native resources gracefully on exit. This avoids possible crashes. Fix #3350.