Skip to content

Commit 88cc695

Browse files
committed
modified of code review
1 parent da01615 commit 88cc695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-electron/github-electron.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ declare module Electron {
11901190
* Restarts the app and installs the update after it has been downloaded.
11911191
* It should only be called after update-downloaded has been emitted.
11921192
*/
1193-
quitAndInstall(): any;
1193+
quitAndInstall(): void;
11941194
}
11951195

11961196
module Dialog {

0 commit comments

Comments
 (0)