Add 'error' event to auto-updater documentation

This commit is contained in:
Tom Moor 2015-04-07 09:21:29 -07:00
parent fb00c28026
commit 8bd711ea66

View file

@ -98,6 +98,13 @@ appropriate format.
`pub_date` if present must be formatted according to ISO 8601.
## Event: error
* `event` Event
* `message` String
Emitted when there is an error updating.
## Event: checking-for-update
Emitted when checking for update has started.