mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
output: move clearOutput to IOutputChannel
This commit is contained in:
@@ -93,7 +93,7 @@ export class MainThreadOutputService {
|
||||
}
|
||||
|
||||
public clear(channel: string): TPromise<void> {
|
||||
this._outputService.clearOutput(channel);
|
||||
this._outputService.getOutputChannel(channel).clear();
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user