mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-02 04:58:15 -05:00
Remove extra blank line in logs (#19307)
This commit is contained in:
@@ -131,7 +131,7 @@ namespace ts.server {
|
||||
|
||||
const json = JSON.stringify(msg);
|
||||
if (verboseLogging) {
|
||||
logger.info(msg.type + ":\n" + indent(json));
|
||||
logger.info(`${msg.type}:${indent(json)}`);
|
||||
}
|
||||
|
||||
const len = byteLength(json, "utf8");
|
||||
|
||||
Reference in New Issue
Block a user