fix: rm log error

This commit is contained in:
手瓜一十雪
2024-08-11 17:53:15 +08:00
parent 8eb79ec05b
commit 65343ed20f
6 changed files with 7 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ export class OB11ActiveWebSocketAdapter implements IOB11NetworkAdapter {
this.registerHeartBeat();
} catch (e) {
this.connection = null;
console.error('Failed to connect to the server, retrying in 5 seconds...');
console.log('Failed to connect to the server, retrying in 5 seconds...');
await sleep(5000);
}
}