diff --git a/src/vs/platform/update/electron-main/auto-updater.linux.ts b/src/vs/platform/update/electron-main/auto-updater.linux.ts index bdc9c183329c40aaef5b8bca9eb500cac4886141..4c9e02875344d7764b6537a844a41908663490a3 100644 --- a/src/vs/platform/update/electron-main/auto-updater.linux.ts +++ b/src/vs/platform/update/electron-main/auto-updater.linux.ts @@ -2,7 +2,7 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ - +// 'use strict'; import { EventEmitter } from 'events'; diff --git a/src/vs/platform/update/electron-main/updateService.ts b/src/vs/platform/update/electron-main/updateService.ts index 70571cda7ab6ad8fbe12f51720978dff8fa31c26..3f8d22b4b4458dedf07d667ba15affbf62a1a0c6 100644 --- a/src/vs/platform/update/electron-main/updateService.ts +++ b/src/vs/platform/update/electron-main/updateService.ts @@ -253,7 +253,7 @@ export class UpdateService implements IUpdateService { } return process.platform; - } + }// quitAndInstall(): TPromise { if (!this._availableUpdate) {