mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Update src/common/services/CoreService.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
co-authored by
Daniel Imms
parent
5269462817
commit
f87e574971
@@ -85,7 +85,7 @@ export class CoreService extends Disposable implements ICoreService {
|
||||
return;
|
||||
}
|
||||
this._logService.debug(`sending binary "${data}"`);
|
||||
this._logService.trace(`sending binary "${data}", and their character codes:`, () => data.split('').map(e => e.charCodeAt(0)));
|
||||
this._logService.trace(`sending binary (codes)`, () => data.split('').map(e => e.charCodeAt(0)));
|
||||
this._onBinary.fire(data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user