This commit is contained in:
xiangheng
2024-10-31 16:25:55 +08:00
parent e65b9f6af8
commit affb01a8be
6 changed files with 31 additions and 90 deletions

View File

@@ -17,8 +17,8 @@ class XLog {
private platform: IErrorEvent;
MessageList: any[] = [];
timer: number;
private MessageList: any[] = [];
private timer: number;
constructor(props: Props, platform: IErrorEvent) {
this.platform = platform;