mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
fix: rm log error
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user