mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Remove extra newline for TS Server log on web
This commit is contained in:
@@ -46,7 +46,7 @@ export class WorkerServerProcess implements TsServerProcess {
|
||||
) {
|
||||
worker.addEventListener('message', (msg: any) => {
|
||||
if (msg.data.type === 'log') {
|
||||
this.output.appendLine(msg.data.body);
|
||||
this.output.append(msg.data.body);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user