fix: dual id/name matching for installed + console.error on all catches

This commit is contained in:
2026-07-27 09:31:26 +08:00
parent 1c73ec9db6
commit e3afb2ac9b
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const WS = {
if (msg.type === 'telemetry') {
this._emit('telemetry', msg.data);
}
} catch (e) {}
} catch (e) { console.error(e); }
};
this._ws.onclose = () => {