Skip to content

Commit

Permalink
Added missing async
Browse files Browse the repository at this point in the history
  • Loading branch information
michelkaporin committed Jul 11, 2017
1 parent 4da13d8 commit c887dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/localization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c887dd9

Please sign in to comment.