mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Some of the test refactoring and readable baselining (#56075)
This commit is contained in:
@@ -24,6 +24,7 @@ import {
|
||||
InstallTypingHost,
|
||||
nowString,
|
||||
PackageInstalledResponse,
|
||||
stringifyIndented,
|
||||
TypesRegistryResponse,
|
||||
TypingInstallerRequestUnion,
|
||||
TypingInstallerResponseUnion,
|
||||
@@ -203,7 +204,7 @@ export class NodeTypingsInstaller extends TypingsInstaller {
|
||||
|
||||
protected sendResponse(response: TypingInstallerResponseUnion) {
|
||||
if (this.log.isEnabled()) {
|
||||
this.log.writeLine(`Sending response:\n ${JSON.stringify(response)}`);
|
||||
this.log.writeLine(`Sending response:${stringifyIndented(response)}`);
|
||||
}
|
||||
process.send!(response); // TODO: GH#18217
|
||||
if (this.log.isEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user