mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 10:22:44 +00:00
fix(ci): resolve chrome websocket raw-data typing
This commit is contained in:
@@ -134,7 +134,7 @@ async function canRunCdpHealthCommand(
|
|||||||
handshakeTimeoutMs: timeoutMs,
|
handshakeTimeoutMs: timeoutMs,
|
||||||
});
|
});
|
||||||
let settled = false;
|
let settled = false;
|
||||||
const onMessage = (raw: WebSocket.RawData) => {
|
const onMessage = (raw: Parameters<typeof rawDataToString>[0]) => {
|
||||||
if (settled) {
|
if (settled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user