Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Kaporin <michelkaporin@users.noreply.github.com>2017-07-07 10:50:43 +0300
committerMichel Kaporin <t-mikapo@microsoft.com>2017-07-11 10:13:55 +0300
commitc887dd955170aebce0f6bb160b146f2e6e10a199 (patch)
tree5186fa50f6ab195d416e62d331da4f005ff417e3
parent4da13d8c1e3ebd5415d00499feb8b01cdaaad1f5 (diff)
Added missing async1.14.0
-rw-r--r--test/smoke/src/areas/localization.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smoke/src/areas/localization.ts b/test/smoke/src/areas/localization.ts
index b696ff29b87..43205d3447c 100644
--- a/test/smoke/src/areas/localization.ts
+++ b/test/smoke/src/areas/localization.ts
@@ -29,7 +29,7 @@ export class Localization {
return explorerTitles[0];
}
- public openViewlet(type: ViewletType): Promise<any> {
+ public async openViewlet(type: ViewletType): Promise<any> {
let command;
switch (type) {