Merge pull request #1377 from tommoor/patch-1
Add 'error' event to auto-updater module documentation
This commit is contained in:
commit
d763984b77
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue