We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d90b9fd + b0a9a1a commit a741eb0Copy full SHA for a741eb0
lib/common
test/stubs.ts
@@ -23,6 +23,8 @@ export class LoggerStub implements ILogger {
23
24
write(...args: string[]): void { }
25
26
+ printMarkdown(...args: string[]): void { }
27
+
28
prepare(item: any): string {
29
return "";
30
}
0 commit comments