From a84d49fe5cc67f6c322facfab320bacc4e47a708 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 15 Aug 2017 13:06:45 -0700 Subject: [PATCH] add newline --- docs/tutorial/updates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial/updates.md b/docs/tutorial/updates.md index d9ba2bc262..1698fdc132 100644 --- a/docs/tutorial/updates.md +++ b/docs/tutorial/updates.md @@ -76,6 +76,7 @@ autoUpdater.on('update-downloaded', (event, releaseNotes, releaseName) => { message: 'A new version has been downloaded. Restart the application to apply the updates.', detail: releaseName + '\n\n' + releaseNotes } + dialog.showMessageBox(dialogOpts, (response) => { if (response === 0) autoUpdater.quitAndInstall() })