mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
output: polish api
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user