Skip to content

Commit c14ea14

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #879 from NativeScript/fatme/update-common-lib
Update to latest common lib
2 parents 07dfe3e + e886b92 commit c14ea14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/stubs.ts

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export class LoggerStub implements ILogger {
3131
printMsgWithTimeout(message: string, timeout: number): IFuture<void> {
3232
return null;
3333
}
34+
35+
printMarkdown(message: string): void { }
3436
}
3537

3638
export class FileSystemStub implements IFileSystem {

0 commit comments

Comments
 (0)