output: polish api

This commit is contained in:
isidor
2016-04-14 12:05:56 +02:00
parent 70a33d4eb8
commit 65e0142dbd
13 changed files with 72 additions and 52 deletions

View File

@@ -87,7 +87,7 @@ export class MainThreadOutputService {
}
public getOutputChannel(channelId): IOutputChannel {
return this._outputService.getOutputChannel(channelId);
return this._outputService.getChannel(channelId);
}
public close(channel: string): TPromise<void> {