Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf87e574

Browse files
Update src/common/services/CoreService.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
1 parent5269462 commitf87e574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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 charactercodes:`,()=>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)

[8]ページ先頭

©2009-2025 Movatter.jp