From 8bd711ea66560300626573e4e4f8bce2ce985592 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 7 Apr 2015 09:21:29 -0700 Subject: [PATCH] Add 'error' event to auto-updater documentation --- docs/api/auto-updater.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index 8c965c1b5495..ab992e97e432 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -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.