output: move clearOutput to IOutputChannel

This commit is contained in:
isidor
2016-04-13 17:15:48 +02:00
parent 85294e40a5
commit 346a698cc5
5 changed files with 10 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ export class MainThreadOutputService {
}
public clear(channel: string): TPromise<void> {
this._outputService.clearOutput(channel);
this._outputService.getOutputChannel(channel).clear();
return undefined;
}