Skip to content

Commit f87e574

Browse files
anthonykim1Tyriar
andauthored
Update src/common/services/CoreService.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
1 parent 5269462 commit f87e574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/services/CoreService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class CoreService extends Disposable implements ICoreService {
8585
return;
8686
}
8787
this._logService.debug(`sending binary "${data}"`);
88-
this._logService.trace(`sending binary "${data}", and their character codes:`, () => data.split('').map(e => e.charCodeAt(0)));
88+
this._logService.trace(`sending binary (codes)`, () => data.split('').map(e => e.charCodeAt(0)));
8989
this._onBinary.fire(data);
9090
}
9191
}

0 commit comments

Comments
 (0)