mirror of
https://github.com/electron/electron.git
synced 2026-02-12 16:15:06 -05:00
* Add failing spec for unhandled main process exception * Remove unused return * Use let/const instead of var * Add spec for unhandled rejection in renderer process * Prevent unhandled rejection defaul * Use once instead of on * Add default fulfilled/rejection handler to promise