📝 Document quit event includes exit code

This commit is contained in:
Kevin Sawicki 2015-12-09 18:22:54 -08:00
parent ea1479a651
commit e1654ee334

View file

@ -64,6 +64,11 @@ the `will-quit` and `window-all-closed` events.
### Event: 'quit'
Returns:
* `event` Event
* `exitCode` Integer
Emitted when the application is quitting.
### Event: 'open-file' _OS X_