提交 51245062 编写于 作者: D Daniel Imms

Simplify terminal logging

上级 7082724c
...@@ -189,7 +189,7 @@ export class TerminalProcess implements ITerminalChildProcess, IDisposable { ...@@ -189,7 +189,7 @@ export class TerminalProcess implements ITerminalChildProcess, IDisposable {
if (this._isDisposed || !this._ptyProcess) { if (this._isDisposed || !this._ptyProcess) {
return; return;
} }
this._logService.trace('IPty#write', data); this._logService.trace('IPty#write', `${data.length} characters`);
this._ptyProcess.write(data); this._ptyProcess.write(data);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册