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