This commit is contained in:
lixiao 2025-07-24 16:15:53 +08:00
parent 291e75c150
commit a40e32361a

View File

@ -328,7 +328,7 @@ export class RemoteToolWebsocket {
}
private onMessage() {
this.instance.on("message", async (err, event: string) => {
this.instance.on("message", async (_err, event: string) => {
const data = JSON.parse(event) as PlatformEvent;
console.log(Tag, 'receive', event)
switch (data.eventType) {