fix: dual id/name matching for installed + console.error on all catches
This commit is contained in:
+1
-1
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user