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 534465b commit e886b92Copy full SHA for e886b92
test/stubs.ts
@@ -31,6 +31,8 @@ export class LoggerStub implements ILogger {
31
printMsgWithTimeout(message: string, timeout: number): IFuture<void> {
32
return null;
33
}
34
+
35
+ printMarkdown(message: string): void { }
36
37
38
export class FileSystemStub implements IFileSystem {
0 commit comments