We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e874d33 commit 4f1d7a8Copy full SHA for 4f1d7a8
lib/common/logger/logger.ts
@@ -91,10 +91,6 @@ export class Logger implements ILogger {
91
this.logMessage(encodedArgs, LoggerLevel.TRACE);
92
}
93
94
- write(...args: any[]): void {
95
- process.stdout.write(util.format.apply(null, args));
96
- }
97
-
98
prepare(item: any): string {
99
if (typeof item === "undefined" || item === null) {
100
return "[no content]";
0 commit comments