From 88cc695e1f75df3c2da8a0c68e535f35ee806638 Mon Sep 17 00:00:00 2001 From: "m.sakamaki" Date: Mon, 29 Feb 2016 11:24:12 +0900 Subject: [PATCH] modified of code review --- github-electron/github-electron.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index bfd0e65487..f7bab797f8 100644 --- a/github-electron/github-electron.d.ts +++ b/github-electron/github-electron.d.ts @@ -1190,7 +1190,7 @@ declare module Electron { * Restarts the app and installs the update after it has been downloaded. * It should only be called after update-downloaded has been emitted. */ - quitAndInstall(): any; + quitAndInstall(): void; } module Dialog {