Skip to content

Commit 6c1afba

Browse files
author
Andy
authored
Remove extra blank line in logs (#19307)
1 parent f1abe3c commit 6c1afba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/session.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ namespace ts.server {
131131

132132
const json = JSON.stringify(msg);
133133
if (verboseLogging) {
134-
logger.info(msg.type + ":\n" + indent(json));
134+
logger.info(`${msg.type}:${indent(json)}`);
135135
}
136136

137137
const len = byteLength(json, "utf8");

0 commit comments

Comments
 (0)