try fix open live

This commit is contained in:
2025-03-19 11:41:09 +08:00
parent f303ff7be7
commit 2818ecf6c4
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ export default abstract class BaseDanmakuClient {
}
} catch (err) {
console.error(err)
this.state = 'disconnected'
return {
success: false,
message: err ? err.toString() : '未知错误'